Searched refs:uld_txq_info (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c451 txq_info = adap->sge.uld_txq_info[tx_uld_type];
457 adap->sge.uld_txq_info[tx_uld_type] = NULL;
469 txq_info = adap->sge.uld_txq_info[tx_uld_type];
506 adap->sge.uld_txq_info[tx_uld_type] = txq_info;
515 struct sge_uld_txq_info *txq_info = adap->sge.uld_txq_info[tx_uld_type];
538 s->uld_txq_info = kcalloc(CXGB4_TX_MAX,
541 if (!s->uld_txq_info)
556 kfree(s->uld_txq_info);
H A Dcxgb4_debugfs.c2620 const struct sge_uld_txq_info *utxq_info = adap->sge.uld_txq_info[uld];
2906 if (s->uld_txq_info)
2920 utxq_info = s->uld_txq_info[CXGB4_TX_OFLD];
3069 utxq_info = s->uld_txq_info[CXGB4_TX_CRYPTO];
H A Dsge.c3130 txq_info = adap->sge.uld_txq_info[tx_uld_type];
3257 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD];
5022 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD];
5036 txq_info = adap->sge.uld_txq_info[CXGB4_TX_CRYPTO];
H A Dcudbg_lib.c3450 if (s->uld_txq_info) {
3455 if (!s->uld_txq_info[j])
3458 utxq = s->uld_txq_info[j];
H A Dcxgb4.h972 struct sge_uld_txq_info **uld_txq_info; member in struct:sge
H A Dcxgb4_main.c2457 adap->sge.uld_txq_info[CXGB4_TX_OFLD];
2479 adap->sge.uld_txq_info[CXGB4_TX_OFLD];
2561 adap->sge.uld_txq_info[CXGB4_TX_OFLD];
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c579 adap->sge.uld_txq_info[CXGB4_TX_CRYPTO];

Completed in 203 milliseconds