Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c102 req->params = htonl(V_L2T_W_IDX(e->idx) | V_L2T_W_IFF(e->smt_idx) | in setup_l2e_send_pending()
312 int smt_idx; in t3_l2t_get() local
325 smt_idx = p->port_id; in t3_l2t_get()
336 e->smt_idx == smt_idx) { in t3_l2t_get()
352 e->smt_idx = smt_idx; in t3_l2t_get()
Dl2t.h62 u16 smt_idx; /* SMT index */ member
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_mps.c131 bool persistent, u8 *smt_idx) in cxgb4_update_mac_filt() argument
136 addr, persistent, smt_idx); in cxgb4_update_mac_filt()
Dcxgb4.h687 u8 smt_idx; member
2023 int idx, const u8 *addr, bool persist, u8 *smt_idx);
2139 bool persistent, u8 *smt_idx);
2173 bool persistent, u8 *smt_idx);
Dt4_hw.c8139 int idx, const u8 *addr, bool persist, u8 *smt_idx) in t4_change_mac() argument
8148 mode = smt_idx ? FW_VI_MAC_SMT_AND_MPSTCAM : FW_VI_MAC_MPS_TCAM_ENTRY; in t4_change_mac()
8165 if (smt_idx) { in t4_change_mac()
8167 *smt_idx = FW_VI_MAC_CMD_SMTID_G in t4_change_mac()
8177 *smt_idx = (viid & FW_VIID_VIN_M) << 1; in t4_change_mac()
8179 *smt_idx = (viid & FW_VIID_VIN_M); in t4_change_mac()
Dcxgb4_main.c462 u8 *smt_idx) in cxgb4_change_mac() argument
469 *tcam_idx, addr, persist, smt_idx); in cxgb4_change_mac()
518 dev->dev_addr, true, &pi->smt_idx); in link_start()
3466 addr->sa_data, true, &pi->smt_idx); in cxgb_set_mac_addr()
/linux-6.6.21/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.h62 u8 smt_idx; member
Dchcr_ktls.c206 SMAC_SEL_V(tx_info->smt_idx) | TX_CHAN_V(tx_info->tx_chan); in chcr_ktls_act_open_req()
258 SMAC_SEL_V(tx_info->smt_idx) | TX_CHAN_V(tx_info->tx_chan); in chcr_ktls_act_open_req6()
463 tx_info->smt_idx = pi->smt_idx; in chcr_ktls_dev_add()
/linux-6.6.21/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c176 V_L2T_IDX(e->idx) | V_TX_CHANNEL(e->smt_idx)); in send_act_open_req()
185 csk->mss_idx, e->idx, e->smt_idx); in send_act_open_req()
369 req->param = htonl(V_TX_PORT(l2t->smt_idx)); in make_tx_data_wr()
/linux-6.6.21/arch/powerpc/kernel/
Dsmp.c98 smt_idx, enumerator
1692 powerpc_topology[smt_idx].mask = smallcore_smt_mask; in fixup_topology()
/linux-6.6.21/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c940 ((struct port_info *)netdev_priv(ndev))->smt_idx; in cxgbit_offload_init()
976 ((struct port_info *)netdev_priv(ndev))->smt_idx; in cxgbit_offload_init()
/linux-6.6.21/drivers/infiniband/hw/cxgb4/
Dcm.c2110 ep->smac_idx = ((struct port_info *)netdev_priv(pdev))->smt_idx; in import_ep()
2129 ep->smac_idx = ((struct port_info *)netdev_priv(pdev))->smt_idx; in import_ep()
/linux-6.6.21/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c1236 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx; in chtls_recv_sock()
/linux-6.6.21/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1862 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx; in init_act_open()