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()
7778 FW_CMD_LEN16_V(1)); in t4_free_encap_mac_filt()7815 val = FW_CMD_LEN16_V(1) | in t4_free_raw_mac_filt()7818 FW_CMD_LEN16_V(val)); in t4_free_raw_mac_filt()7867 val = FW_CMD_LEN16_V(1) | in t4_alloc_encap_mac_filt()7914 val = FW_CMD_LEN16_V(1) | in t4_alloc_raw_mac_filt()7993 FW_CMD_LEN16_V(len16)); in t4_alloc_mac_filt()8081 FW_CMD_LEN16_V(len16)); in t4_free_mac_filt()8146 c.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(1)); in t4_change_mac()8200 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)
520 #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)
640 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_query_params()678 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)