Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/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.h603 u8 smt_idx; member
1814 int idx, const u8 *addr, bool persist, u8 *smt_idx);
1916 bool persistent, u8 *smt_idx);
1950 bool persistent, u8 *smt_idx);
Dt4_hw.c8130 int idx, const u8 *addr, bool persist, u8 *smt_idx) in t4_change_mac() argument
8139 mode = smt_idx ? FW_VI_MAC_SMT_AND_MPSTCAM : FW_VI_MAC_MPS_TCAM_ENTRY; in t4_change_mac()
8156 if (smt_idx) { in t4_change_mac()
8158 *smt_idx = FW_VI_MAC_CMD_SMTID_G in t4_change_mac()
8168 *smt_idx = (viid & FW_VIID_VIN_M) << 1; in t4_change_mac()
8170 *smt_idx = (viid & FW_VIID_VIN_M); in t4_change_mac()
Dcxgb4_main.c460 u8 *smt_idx) in cxgb4_change_mac() argument
467 *tcam_idx, addr, persist, smt_idx); in cxgb4_change_mac()
515 dev->dev_addr, true, &pi->smt_idx); in link_start()
3030 addr->sa_data, true, &pi->smt_idx); in cxgb_set_mac_addr()
/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Diwch_cm.c449 V_L2T_IDX(ep->l2t->idx) | V_TX_CHANNEL(ep->l2t->smt_idx); in send_connect()
518 req->param = htonl(V_TX_PORT(ep->l2t->smt_idx) | in send_mpa_req()
569 req->param = htonl(V_TX_PORT(ep->l2t->smt_idx) | in send_mpa_reject()
620 req->param = htonl(V_TX_PORT(ep->l2t->smt_idx) | in send_mpa_reply()
1287 V_L2T_IDX(ep->l2t->idx) | V_TX_CHANNEL(ep->l2t->smt_idx); in accept_cr()
Diwch_qp.c848 init_attr.chan = qhp->ep->l2t->smt_idx; in rdma_init()
/Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c174 V_L2T_IDX(e->idx) | V_TX_CHANNEL(e->smt_idx)); in send_act_open_req()
183 csk->mss_idx, e->idx, e->smt_idx); in send_act_open_req()
367 req->param = htonl(V_TX_PORT(l2t->smt_idx)); in make_tx_data_wr()
/Linux-v5.4/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c938 ((struct port_info *)netdev_priv(ndev))->smt_idx; in cxgbit_offload_init()
974 ((struct port_info *)netdev_priv(ndev))->smt_idx; in cxgbit_offload_init()
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Dcm.c2107 ep->smac_idx = ((struct port_info *)netdev_priv(pdev))->smt_idx; in import_ep()
2126 ep->smac_idx = ((struct port_info *)netdev_priv(pdev))->smt_idx; in import_ep()
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1083 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx; in chtls_recv_sock()
/Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1781 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx; in init_act_open()