Searched refs:V_FW_CMD_LEN16 (Results 1 – 3 of 3) sorted by relevance
8222 val = V_FW_CMD_LEN16(1) | in t4_alloc_encap_mac_filt()8269 val = V_FW_CMD_LEN16(1) | in t4_alloc_raw_mac_filt()8348 V_FW_CMD_LEN16(len16)); in t4_alloc_mac_filt()8419 V_FW_CMD_LEN16(1)); in t4_free_encap_mac_filt()8460 V_FW_CMD_LEN16(1)); in t4_free_raw_mac_filt()8524 V_FW_CMD_LEN16(len16)); in t4_free_mac_filt()8605 V_FW_VI_MAC_CMD_HASHUNIEN(ucast) | V_FW_CMD_LEN16(1); in t4_set_addr_hash()12335 V_FW_CMD_LEN16(1) | in t4_del_mac()12388 V_FW_CMD_LEN16(1) | in t4_add_mac()
726 c.freemacs_to_len16 = htonl(V_FW_CMD_LEN16(len16)); in t4_mc_multicst()
4244 #define V_FW_CMD_LEN16(x) ((x) << S_FW_CMD_LEN16) macro4247 #define FW_LEN16(fw_struct) V_FW_CMD_LEN16(sizeof(fw_struct) / 16)