Searched refs:V_FW_CMD_LEN16 (Results 1 – 3 of 3) sorted by relevance
269 cmd.retval_len16 = cpu_to_be32(V_FW_CMD_LEN16(FW_LEN16(cmd))); in t4vf_fw_reset()359 cmd.retval_len16 = cpu_to_be32(V_FW_CMD_LEN16(len16)); in t4vf_query_params()455 cmd.retval_len16 = cpu_to_be32(V_FW_CMD_LEN16(len16)); in t4vf_set_params()669 cmd.retval_len16 = cpu_to_be32(V_FW_CMD_LEN16(len16)); in t4vf_get_port_stats_fw()
4201 val = V_FW_CMD_LEN16(1) | in t4_alloc_raw_mac_filt()4260 V_FW_CMD_LEN16(1)); in t4_free_raw_mac_filt()4317 c.freemacs_to_len16 = cpu_to_be32(V_FW_CMD_LEN16(1)); in t4_change_mac()
426 #define V_FW_CMD_LEN16(x) ((x) << S_FW_CMD_LEN16) macro429 #define FW_LEN16(fw_struct) V_FW_CMD_LEN16(sizeof(fw_struct) / 16)