Searched refs:smt_idx (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A 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()
|
H A D | l2t.h | 62 u16 smt_idx; /* SMT index */ member
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A 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()
|
H A D | cxgb4.h | 687 u8 smt_idx; member 2018 int idx, const u8 *addr, bool persist, u8 *smt_idx); 2134 bool persistent, u8 *smt_idx); 2168 bool persistent, u8 *smt_idx);
|
H A D | t4_hw.c | 8139 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()
|
H A D | cxgb4_main.c | 462 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/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.h | 62 u8 smt_idx; member
|
H A D | chcr_ktls.c | 207 SMAC_SEL_V(tx_info->smt_idx) | TX_CHAN_V(tx_info->tx_chan); in chcr_ktls_act_open_req() 259 SMAC_SEL_V(tx_info->smt_idx) | TX_CHAN_V(tx_info->tx_chan); in chcr_ktls_act_open_req6() 459 tx_info->smt_idx = pi->smt_idx; in chcr_ktls_dev_add()
|
/linux/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 176 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 D | cxgbit_cm.c | 940 ((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/infiniband/hw/cxgb4/ |
H A D | cm.c | 2112 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/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1236 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx; in chtls_recv_sock()
|
/linux/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1862 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx; in init_act_open()
|