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()215 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_adjfreq()247 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_fineadjtime()283 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_adjtime()322 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_gettime()361 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_ptp_settime()385 c.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(sizeof(c) / 16)); in cxgb4_init_ptp_timer()
7624 FW_CMD_LEN16_V(1)); in t4_free_encap_mac_filt()7661 val = FW_CMD_LEN16_V(1) | in t4_free_raw_mac_filt()7664 FW_CMD_LEN16_V(val)); in t4_free_raw_mac_filt()7713 val = FW_CMD_LEN16_V(1) | in t4_alloc_encap_mac_filt()7760 val = FW_CMD_LEN16_V(1) | in t4_alloc_raw_mac_filt()7839 FW_CMD_LEN16_V(len16)); in t4_alloc_mac_filt()7927 FW_CMD_LEN16_V(len16)); in t4_free_mac_filt()7992 c.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(1)); in t4_change_mac()8029 FW_CMD_LEN16_V(1)); in t4_set_addr_hash()
854 #define FW_CMD_LEN16_V(x) ((x) << FW_CMD_LEN16_S) macro856 #define FW_LEN16(fw_struct) FW_CMD_LEN16_V(sizeof(fw_struct) / 16)
516 #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)
630 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_query_params()668 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_set_params()1547 FW_CMD_LEN16_V(len16)); in t4vf_alloc_mac_filt()1631 FW_CMD_LEN16_V(len16)); in t4vf_free_mac_filt()1702 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()1741 FW_CMD_LEN16_V(len16)); in t4vf_set_addr_hash()1781 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)