Searched refs:smt_idx (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 8430 int idx, const u8 *addr, bool persist, uint16_t *smt_idx) in t4_change_mac() argument 8439 mode = smt_idx ? FW_VI_MAC_SMT_AND_MPSTCAM : FW_VI_MAC_MPS_TCAM_ENTRY; in t4_change_mac() 8456 if (smt_idx) { in t4_change_mac() 8458 *smt_idx = G_FW_VI_MAC_CMD_SMTID(be32_to_cpu(c.op_to_viid)); in t4_change_mac() 8461 *smt_idx = (viid & M_FW_VIID_VIN) << 1; in t4_change_mac() 8463 *smt_idx = viid & M_FW_VIID_VIN; in t4_change_mac() 11474 int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac) in t4_add_mac() argument 11483 mode = smt_idx ? FW_VI_MAC_SMT_AND_MPSTCAM : FW_VI_MAC_MPS_TCAM_ENTRY; in t4_add_mac() 11502 if (smt_idx) { in t4_add_mac() 11505 *smt_idx = G_FW_VI_MAC_CMD_SMTID(be32_to_cpu(c.op_to_viid)); in t4_add_mac() [all …]
|
H A D | common.h | 838 int idx, const u8 *addr, bool persist, uint16_t *smt_idx); 842 int idx, const u8 *addr, bool persist, u8 *smt_idx, bool smac);
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 169 options |= V_SMAC_SEL(vi->smt_idx) | V_TX_CHAN(vi->pi->tx_chan); in mk_ktls_act_open_req() 204 options |= V_SMAC_SEL(vi->smt_idx) | V_TX_CHAN(vi->pi->tx_chan); in mk_ktls_act_open_req6()
|
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 207 uint16_t smt_idx; member
|
H A D | t4_main.c | 6339 ucaddr, true, &vi->smt_idx); in update_mac_settings()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 1141 opt0 |= V_SMAC_SEL(vi->smt_idx); in calc_options0()
|