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

/linux-master/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) |
312 int smt_idx; local
325 smt_idx = p->port_id;
336 e->smt_idx == smt_idx) {
352 e->smt_idx = smt_idx;
H A Dl2t.h62 u16 smt_idx; /* SMT index */ member in struct:l2t_entry
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.h62 u8 smt_idx; member in struct:chcr_ktls_info
H A Dchcr_ktls.c206 SMAC_SEL_V(tx_info->smt_idx) | TX_CHAN_V(tx_info->tx_chan);
258 SMAC_SEL_V(tx_info->smt_idx) | TX_CHAN_V(tx_info->tx_chan);
458 tx_info->smt_idx = pi->smt_idx;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_mps.c131 bool persistent, u8 *smt_idx)
136 addr, persistent, smt_idx);
129 cxgb4_update_mac_filt(struct port_info *pi, unsigned int viid, int *tcam_idx, const u8 *addr, bool persistent, u8 *smt_idx) argument
H A Dcxgb4.h687 u8 smt_idx; member in struct:port_info
2023 int idx, const u8 *addr, bool persist, u8 *smt_idx);
2139 bool persistent, u8 *smt_idx);
2173 bool persistent, u8 *smt_idx);
H A Dt4_hw.c8127 * @smt_idx: the destination to store the new SMT index.
8139 int idx, const u8 *addr, bool persist, u8 *smt_idx)
8148 mode = smt_idx ? FW_VI_MAC_SMT_AND_MPSTCAM : FW_VI_MAC_MPS_TCAM_ENTRY;
8165 if (smt_idx) {
8167 *smt_idx = FW_VI_MAC_CMD_SMTID_G
8177 *smt_idx = (viid & FW_VIID_VIN_M) << 1;
8179 *smt_idx = (viid & FW_VIID_VIN_M);
8138 t4_change_mac(struct adapter *adap, unsigned int mbox, unsigned int viid, int idx, const u8 *addr, bool persist, u8 *smt_idx) argument
H A Dcxgb4_main.c451 * @smt_idx: the destination to store the new SMT index.
462 u8 *smt_idx)
469 *tcam_idx, addr, persist, smt_idx);
518 dev->dev_addr, true, &pi->smt_idx);
3466 addr->sa_data, true, &pi->smt_idx);
460 cxgb4_change_mac(struct port_info *pi, unsigned int viid, int *tcam_idx, const u8 *addr, bool persist, u8 *smt_idx) argument
/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c176 V_L2T_IDX(e->idx) | V_TX_CHANNEL(e->smt_idx));
185 csk->mss_idx, e->idx, e->smt_idx);
369 req->param = htonl(V_TX_PORT(l2t->smt_idx));
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c940 ((struct port_info *)netdev_priv(ndev))->smt_idx;
976 ((struct port_info *)netdev_priv(ndev))->smt_idx;
/linux-master/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1862 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1236 csk->smac_idx = ((struct port_info *)netdev_priv(ndev))->smt_idx;
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c2110 ep->smac_idx = ((struct port_info *)netdev_priv(pdev))->smt_idx;
2129 ep->smac_idx = ((struct port_info *)netdev_priv(pdev))->smt_idx;

Completed in 291 milliseconds