Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_l2t.c85 struct port_info *pi = &sc->port[e->smt_idx]; /* smt_idx is port_id */ in setup_l2e_send_pending()
98 req->params = htonl(V_L2T_W_IDX(e->idx) | V_L2T_W_IFF(e->smt_idx) | in setup_l2e_send_pending()
334 unsigned int smt_idx = pi->port_id; in t3_l2t_get() local
338 if (e->addr == addr && e->ifp == ifp && e->smt_idx == smt_idx) { in t3_l2t_get()
354 e->smt_idx = smt_idx; in t3_l2t_get()
HDcxgb_l2t.h62 uint16_t smt_idx; /* SMT index */ member
HDcxgb_cpl_io.c364 req->param = htonl(V_TX_PORT(toep->tp_l2t->smt_idx)); in make_tx_data_wr()
850 opt0h |= V_L2T_IDX(e->idx) | V_TX_CHANNEL(e->smt_idx); in calc_opt0h()
/trueos/sys/dev/cxgbe/tom/
HDt4_tom_l2t.c378 u_int hash, smt_idx = pi->port_id; in t4_l2t_get() local
393 e->smt_idx == smt_idx) { in t4_l2t_get()
409 e->smt_idx = smt_idx; in t4_l2t_get()
/trueos/sys/dev/cxgbe/
HDt4_l2t.h65 uint16_t smt_idx; /* SMT index */ member
/trueos/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_qp.c877 init_attr.chan = toep->tp_l2t->smt_idx; in rdma_init()