Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.c138 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptprx_timestamping()
159 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_txtype()
184 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_redirect_rx_packet()
219 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_adjfine()
251 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_fineadjtime()
290 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_adjtime()
353 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_settime()
377 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_init_ptp_timer()
H A Dt4_hw.c7786 FW_CMD_LEN16_V(1)); in t4_free_encap_mac_filt()
7823 val = FW_CMD_LEN16_V(1) | in t4_free_raw_mac_filt()
7826 FW_CMD_LEN16_V(val)); in t4_free_raw_mac_filt()
7875 val = FW_CMD_LEN16_V(1) | in t4_alloc_encap_mac_filt()
7922 val = FW_CMD_LEN16_V(1) | in t4_alloc_raw_mac_filt()
8001 FW_CMD_LEN16_V(len16)); in t4_alloc_mac_filt()
8089 FW_CMD_LEN16_V(len16)); in t4_free_mac_filt()
8154 c.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(1)); in t4_change_mac()
8208 FW_CMD_LEN16_V(1)); in t4_set_addr_hash()
H A Dt4fw_api.h904 #define FW_CMD_LEN16_V(x) ((x) << FW_CMD_LEN16_S) macro
906 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
H A Dcxgb4.h603 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
/linux/drivers/scsi/csiostor/
H A 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()
359 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_port()
368 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_port()
422 cmdp->retval_len16 = htonl(FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_initialize()
454 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_iq_alloc()
510 FW_CMD_LEN16_V(sizeof(*cmdp) / 16)); in csio_mb_iq_write()
[all …]
H A Dcsio_hw.h315 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c639 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_query_params()
677 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_set_params()
1557 FW_CMD_LEN16_V(len16)); in t4vf_alloc_mac_filt()
1641 FW_CMD_LEN16_V(len16)); in t4vf_free_mac_filt()
1712 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()
1751 FW_CMD_LEN16_V(len16)); in t4vf_set_addr_hash()
1791 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_get_port_stats()
H A Dt4vf_common.h72 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)