Searched refs:V_FW_CMD_LEN16 (Results 1 – 3 of 3) sorted by relevance
79 cmd.retval_len16 = cpu_to_be32(V_FW_CMD_LEN16(FW_LEN16(cmd))); in t4vf_fw_reset()
8077 val = V_FW_CMD_LEN16(1) | in t4_alloc_encap_mac_filt()8124 val = V_FW_CMD_LEN16(1) | in t4_alloc_raw_mac_filt()8203 V_FW_CMD_LEN16(len16)); in t4_alloc_mac_filt()8274 V_FW_CMD_LEN16(1)); in t4_free_encap_mac_filt()8315 V_FW_CMD_LEN16(1)); in t4_free_raw_mac_filt()8377 V_FW_CMD_LEN16(len16)); in t4_free_mac_filt()8445 c.freemacs_to_len16 = cpu_to_be32(V_FW_CMD_LEN16(1)); in t4_change_mac()8492 V_FW_VI_MAC_CMD_HASHUNIEN(ucast) | V_FW_CMD_LEN16(1); in t4_set_addr_hash()11437 V_FW_CMD_LEN16(1) | in t4_del_mac()11490 V_FW_CMD_LEN16(1) | in t4_add_mac()
4227 #define V_FW_CMD_LEN16(x) ((x) << S_FW_CMD_LEN16) macro4230 #define FW_LEN16(fw_struct) V_FW_CMD_LEN16(sizeof(fw_struct) / 16)