Searched refs:txq (Results 126 - 137 of 137) sorted by relevance

123456

/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1207 struct clx2_tx_queue txq[4]; member in struct:ipw_priv
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2400 struct netdev_queue *txq = netdev_get_tx_queue(bp->dev, local
2467 netdev_tx_sent_queue(txq, skb->len);
/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3349 * @txq: the max number of egress queues
3365 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl,
3381 FW_PFVF_CMD_NEQ(txq));
3364 t4_cfg_pfvf(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, unsigned int rxqi, unsigned int rxq, unsigned int tc, unsigned int vi, unsigned int cmask, unsigned int pmask, unsigned int nexact, unsigned int rcaps, unsigned int wxcaps) argument
/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1668 struct vmxnet3_tx_queue *txq = &adapter->tx_queue[i]; local
1669 vmxnet3_tq_tx_complete(txq, adapter);
/drivers/net/wireless/hostap/
H A Dhostap_hw.c3070 struct netdev_queue *txq,
3073 lockdep_set_class(&txq->_xmit_lock,
3069 prism2_set_lockdep_class_one(struct net_device *dev, struct netdev_queue *txq, void *_unused) argument
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h638 struct netdev_queue *txq; member in struct:qlcnic_host_tx_ring
H A Dqlcnic_main.c2400 tx_ring->txq = netdev_get_tx_queue(netdev, ring);
/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c247 /* Now process the txq */
252 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
H A Dlpfc_bsg.c5333 * remove it from the txq queue and call cancel iocbs.
5345 list_for_each_entry_safe(check_iocb, next_iocb, &pring->txq,
5375 * remove it from the txq queue and call cancel iocbs.
5382 list_for_each_entry_safe(check_iocb, next_iocb, &pring->txq,
H A Dlpfc_els.c6389 "3387 abort list for txq not empty\n");
6396 list_for_each_entry_safe(piocb, tmp_iocb, &pring->txq, list) {
8204 if (!(list_empty(&pring->txq)))
H A Dlpfc_scsi.c724 if (!list_empty(&pring->txq))
4867 * The scsi command can not be in txq and it is in flight because the
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c604 t3_write_reg(adap, A_SG_KDOORBELL, F_SELEGRCNTX | V_EGRCNTX(qs->txq[j].cntxt_id));

Completed in 337 milliseconds

123456