Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
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()
216 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_adjfreq()
248 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_fineadjtime()
287 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_adjtime()
350 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_settime()
374 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_init_ptp_timer()
Dt4_hw.c7815 FW_CMD_LEN16_V(1)); in t4_free_encap_mac_filt()
7852 val = FW_CMD_LEN16_V(1) | in t4_free_raw_mac_filt()
7855 FW_CMD_LEN16_V(val)); in t4_free_raw_mac_filt()
7904 val = FW_CMD_LEN16_V(1) | in t4_alloc_encap_mac_filt()
7951 val = FW_CMD_LEN16_V(1) | in t4_alloc_raw_mac_filt()
8030 FW_CMD_LEN16_V(len16)); in t4_alloc_mac_filt()
8118 FW_CMD_LEN16_V(len16)); in t4_free_mac_filt()
8183 c.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(1)); in t4_change_mac()
8237 FW_CMD_LEN16_V(1)); in t4_set_addr_hash()
Dt4fw_api.h902 #define FW_CMD_LEN16_V(x) ((x) << FW_CMD_LEN16_S) macro
904 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
Dcxgb4.h605 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
/kernel/linux/linux-5.10/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()
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 …]
Dcsio_hw.h315 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c638 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_query_params()
676 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_set_params()
1556 FW_CMD_LEN16_V(len16)); in t4vf_alloc_mac_filt()
1640 FW_CMD_LEN16_V(len16)); in t4vf_free_mac_filt()
1711 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()
1750 FW_CMD_LEN16_V(len16)); in t4vf_set_addr_hash()
1790 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)