Searched refs:smt_idx (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | l2t.c | 102 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()
|
D | l2t.h | 62 u16 smt_idx; /* SMT index */ member
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_mps.c | 131 bool persistent, u8 *smt_idx) in cxgb4_update_mac_filt() argument 136 addr, persistent, smt_idx); in cxgb4_update_mac_filt()
|
D | cxgb4.h | 603 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);
|
D | t4_hw.c | 8130 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()
|
D | cxgb4_main.c | 460 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/ |
D | iwch_cm.c | 449 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()
|
D | iwch_qp.c | 848 init_attr.chan = qhp->ep->l2t->smt_idx; in rdma_init()
|
/Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 174 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/ |
D | cxgbit_cm.c | 938 ((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/ |
D | cm.c | 2107 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/ |
D | chtls_cm.c | 1083 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx; in chtls_recv_sock()
|
/Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1781 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx; in init_act_open()
|