Searched refs:smt_idx (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_l2t.h69 uint16_t smt_idx; /* SMT index */ member in struct:l2t_entry
H A Dadapter.h207 uint16_t smt_idx; member in struct:vi_info
H A Dt4_main.c5039 ucaddr, true, &vi->smt_idx);
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c358 u_int hash, smt_idx = pi->port_id; local
380 e->smt_idx == smt_idx) {
396 e->smt_idx = smt_idx;
H A Dt4_tom.c962 opt0 |= V_SMAC_SEL(vi->smt_idx);
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dcommon.h808 int idx, const u8 *addr, bool persist, uint16_t *smt_idx);
812 int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac);
H A Dt4_hw.c8407 * @smt_idx: add MAC to SMT and return its index, or NULL
8422 int idx, const u8 *addr, bool persist, uint16_t *smt_idx)
8431 mode = smt_idx ? FW_VI_MAC_SMT_AND_MPSTCAM : FW_VI_MAC_MPS_TCAM_ENTRY;
8448 if (smt_idx) {
8450 *smt_idx = G_FW_VI_MAC_CMD_SMTID(be32_to_cpu(c.op_to_viid));
8453 *smt_idx = (viid & M_FW_VIID_VIN) << 1;
8455 *smt_idx = viid & M_FW_VIID_VIN;
11312 int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac)
11321 mode = smt_idx ? FW_VI_MAC_SMT_AND_MPSTCAM : FW_VI_MAC_MPS_TCAM_ENTRY;
11340 if (smt_idx) {
8421 t4_change_mac(struct adapter *adap, unsigned int mbox, unsigned int viid, int idx, const u8 *addr, bool persist, uint16_t *smt_idx) argument
11311 t4_add_mac(struct adapter *adap, unsigned int mbox, unsigned int viid, int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac) argument
[all...]

Completed in 157 milliseconds