Home
last modified time | relevance | path

Searched refs:q_index (Results 1 – 11 of 11) sorted by relevance

/drivers/net/ethernet/sun/
Dsunvnet.h69 u16 q_index; member
Dsunvnet.c672 txq = netdev_get_tx_queue(dev, port->q_index); in vnet_ack()
709 txq = netdev_get_tx_queue(port->vp->dev, port->q_index); in maybe_tx_wakeup()
1142 return port->q_index; in vnet_select_queue()
1184 txq = netdev_get_tx_queue(dev, port->q_index); in vnet_handle_offloads()
1907 port->q_index = n; in vnet_port_add_txq()
1908 netif_tx_wake_queue(netdev_get_tx_queue(vp->dev, port->q_index)); in vnet_port_add_txq()
1915 netif_tx_stop_queue(netdev_get_tx_queue(port->vp->dev, port->q_index)); in vnet_port_rm_txq()
/drivers/staging/rdma/amso1100/
Dc2.h393 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
Dc2_qp.c48 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
/drivers/scsi/pm8001/
Dpm80xx_hwi.c4024 u32 q_index; in pm80xx_chip_ssp_io_req() local
4043 q_index = (u32) (pm8001_dev->id & 0x00ffffff) % PM8001_MAX_INB_NUM; in pm80xx_chip_ssp_io_req()
4044 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_ssp_io_req()
4116 task->ssp_task.cmd->cmnd[0], q_index)); in pm80xx_chip_ssp_io_req()
4166 q_index = (u32) (pm8001_dev->id & 0x00ffffff) % PM8001_MAX_OUTB_NUM; in pm80xx_chip_ssp_io_req()
4168 &ssp_cmd, q_index); in pm80xx_chip_ssp_io_req()
4180 u32 q_index; in pm80xx_chip_sata_req() local
4191 q_index = (u32) (pm8001_ha_dev->id & 0x00ffffff) % PM8001_MAX_INB_NUM; in pm80xx_chip_sata_req()
4192 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_sata_req()
4298 sata_cmd.sata_fis.command, q_index)); in pm80xx_chip_sata_req()
[all …]
/drivers/net/ethernet/intel/i40e/
Di40e.h217 u16 q_index; member
Di40e_ethtool.c2086 fsp->ring_cookie = rule->q_index; in i40e_get_ethtool_fdir_entry()
2429 input->q_index = fsp->ring_cookie; in i40e_add_fdir_ethtool()
2454 if (input->q_index >= pf->vf[vf_id].num_queue_pairs) { in i40e_add_fdir_ethtool()
Di40e_debugfs.c1704 &fd_data.q_index, in i40e_dbg_command_write()
Di40e_txrx.c101 fpt = (fdir_data->q_index << I40E_TXD_FLTR_QW0_QINDEX_SHIFT) & in i40e_program_fdir_filter()
/drivers/net/ethernet/ibm/
Dibmveth.c423 u32 q_index = adapter->rx_queue.index; in ibmveth_rxq_recycle_buffer() local
424 u64 correlator = adapter->rx_queue.queue_addr[q_index].correlator; in ibmveth_rxq_recycle_buffer()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c1868 int q_index = vf_cid & ((1 << BNX2X_VF_CID_WND)-1); in bnx2x_iov_set_queue_sp_obj() local
1869 *q_obj = &bnx2x_vfq(vf, q_index, sp_obj); in bnx2x_iov_set_queue_sp_obj()