Home
last modified time | relevance | path

Searched refs:FW_CMD_LEN16_V (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_mb.c86 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_hello()
149 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_bye()
172 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_reset()
210 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_params()
312 cmdp->cfvalid_to_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_caps_config()
362 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_port()
369 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_port()
421 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_initialize()
453 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_iq_alloc()
508 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_iq_write()
[all …]
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c383 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_query_params()
421 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_set_params()
1218 FW_CMD_LEN16_V(len16)); in t4vf_alloc_mac_filt()
1304 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()
1343 FW_CMD_LEN16_V(len16)); in t4vf_set_addr_hash()
1383 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_get_port_stats()
Dt4vf_common.h70 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h370 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
Dt4fw_api.h730 #define FW_CMD_LEN16_V(x) ((x) << FW_CMD_LEN16_S) macro
732 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
Dt4_hw.c4624 FW_CMD_LEN16_V((naddr + 2) / 2)); in t4_alloc_mac_filt()
4685 c.freemacs_to_len16 = htonl(FW_CMD_LEN16_V(1)); in t4_change_mac()
4721 FW_CMD_LEN16_V(1)); in t4_set_addr_hash()