Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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()
1217 FW_CMD_LEN16_V(len16)); in t4vf_alloc_mac_filt()
1301 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()
1340 FW_CMD_LEN16_V(len16)); in t4vf_set_addr_hash()
1380 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_get_port_stats()
Dt4vf_common.h71 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
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)
Dcxgb4.h397 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
Dt4_hw.c6565 FW_CMD_LEN16_V(len16)); in t4_alloc_mac_filt()
6643 c.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(1)); in t4_change_mac()
6680 FW_CMD_LEN16_V(1)); in t4_set_addr_hash()