Home
last modified time | relevance | path

Searched refs:V_FW_CMD_LEN16 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c269 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()
H A Dt4_hw.c4201 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()
H A Dt4fw_interface.h426 #define V_FW_CMD_LEN16(x) ((x) << S_FW_CMD_LEN16) macro
429 #define FW_LEN16(fw_struct) V_FW_CMD_LEN16(sizeof(fw_struct) / 16)