Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c8222 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()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c726 c.freemacs_to_len16 = htonl(V_FW_CMD_LEN16(len16)); in t4_mc_multicst()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h4244 #define V_FW_CMD_LEN16(x) ((x) << S_FW_CMD_LEN16) macro
4247 #define FW_LEN16(fw_struct) V_FW_CMD_LEN16(sizeof(fw_struct) / 16)