Searched refs:FW_CMD_LEN16_V (Results 1 – 8 of 8) sorted by relevance
138 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()
7786 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()
904 #define FW_CMD_LEN16_V(x) ((x) << FW_CMD_LEN16_S) macro906 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
603 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
86 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 …]
315 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
639 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()
72 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)