Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c102 req->params = htonl(V_L2T_W_IDX(e->idx) | V_L2T_W_IFF(e->smt_idx) | in setup_l2e_send_pending()
275 int smt_idx; in t3_l2t_get() local
288 smt_idx = p->port_id; in t3_l2t_get()
299 e->smt_idx == smt_idx) { in t3_l2t_get()
315 e->smt_idx = smt_idx; in t3_l2t_get()
H A Dl2t.h62 u16 smt_idx; /* SMT index */ member
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.h62 u8 smt_idx; member
/linux/drivers/scsi/cxgbi/cxgb3i/
H A 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/drivers/target/iscsi/cxgbit/
H A 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/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c2112 ep->smac_idx = ((struct port_info *)netdev_priv(pdev))->smt_idx; in import_ep()
2130 ep->smac_idx = ((struct port_info *)netdev_priv(pdev))->smt_idx; in import_ep()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1862 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx; in init_act_open()