Home
last modified time | relevance | path

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

/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 …]
/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c452 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_query_params()
490 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_set_params()
1345 FW_CMD_LEN16_V(len16)); in t4vf_alloc_mac_filt()
1429 FW_CMD_LEN16_V(len16)); in t4vf_free_mac_filt()
1500 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()
1539 FW_CMD_LEN16_V(len16)); in t4vf_set_addr_hash()
1579 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_get_port_stats()
Dt4vf_common.h72 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c6749 FW_CMD_LEN16_V(len16)); in t4_alloc_mac_filt()
6837 FW_CMD_LEN16_V(len16)); in t4_free_mac_filt()
6902 c.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(1)); in t4_change_mac()
6939 FW_CMD_LEN16_V(1)); in t4_set_addr_hash()
Dt4fw_api.h740 #define FW_CMD_LEN16_V(x) ((x) << FW_CMD_LEN16_S) macro
742 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
Dcxgb4.h435 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)