Searched refs:smt_idx (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_l2t.h | 47 uint16_t smt_idx; /* SMT index */ member
|
H A D | t4_mac.c | 775 true, &pi->smt_idx); in t4_mc_unicst() 1755 pi->hw_addr, true, &pi->smt_idx); in t4_init_synchronized()
|
H A D | adapter.h | 141 u8 smt_idx; member
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 869 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 D | t4_hw.c | 8577 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()
|