Home
last modified time | relevance | path

Searched refs:smt_idx (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.h47 uint16_t smt_idx; /* SMT index */ member
H A Dt4_mac.c775 true, &pi->smt_idx); in t4_mc_unicst()
1755 pi->hw_addr, true, &pi->smt_idx); in t4_init_synchronized()
H A Dadapter.h141 u8 smt_idx; member
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h869 int idx, const u8 *addr, bool persist, u8 *smt_idx);
873 int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac);
H A Dt4_hw.c8577 int idx, const u8 *addr, bool persist, u8 *smt_idx) in t4_change_mac() argument
8580 return t4_add_mac(adap, mbox, viid, idx, addr, persist, smt_idx, 0); in t4_change_mac()
12372 int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac) in t4_add_mac() argument
12381 mode = smt_idx ? FW_VI_MAC_SMT_AND_MPSTCAM : FW_VI_MAC_MPS_TCAM_ENTRY; in t4_add_mac()
12400 if (smt_idx) { in t4_add_mac()
12403 *smt_idx = G_FW_VI_MAC_CMD_SMTID(be32_to_cpu(c.op_to_viid)); in t4_add_mac()
12411 *smt_idx = ((viid & M_FW_VIID_VIN) << 1); in t4_add_mac()
12413 *smt_idx = (viid & M_FW_VIID_VIN); in t4_add_mac()