Searched refs:q_index (Results 1 – 11 of 11) sorted by relevance
/drivers/net/ethernet/sun/ |
D | sunvnet.h | 69 u16 q_index; member
|
D | sunvnet.c | 672 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/ |
D | c2.h | 393 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
|
D | c2_qp.c | 48 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
|
/drivers/scsi/pm8001/ |
D | pm80xx_hwi.c | 4024 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/ |
D | i40e.h | 217 u16 q_index; member
|
D | i40e_ethtool.c | 2086 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()
|
D | i40e_debugfs.c | 1704 &fd_data.q_index, in i40e_dbg_command_write()
|
D | i40e_txrx.c | 101 fpt = (fdir_data->q_index << I40E_TXD_FLTR_QW0_QINDEX_SHIFT) & in i40e_program_fdir_filter()
|
/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 423 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/ |
D | bnx2x_sriov.c | 1868 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()
|