Home
last modified time | relevance | path

Searched defs:qid (Results 1 – 25 of 204) sorted by relevance

123456789

/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.c13 u16 ifcvf_set_vq_vector(struct ifcvf_hw *hw, u16 qid, int vector) in ifcvf_set_vq_vector() argument
72 u16 ifcvf_get_vq_size(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_size() argument
87 u16 queue_size, max_size, qid; in ifcvf_get_max_vq_size() local
328 ifcvf_get_vq_state(struct ifcvf_hw * hw,u16 qid) ifcvf_get_vq_state() argument
338 ifcvf_set_vq_state(struct ifcvf_hw * hw,u16 qid,u16 num) ifcvf_set_vq_state() argument
347 ifcvf_set_vq_num(struct ifcvf_hw * hw,u16 qid,u32 num) ifcvf_set_vq_num() argument
355 ifcvf_set_vq_address(struct ifcvf_hw * hw,u16 qid,u64 desc_area,u64 driver_area,u64 device_area) ifcvf_set_vq_address() argument
371 ifcvf_get_vq_ready(struct ifcvf_hw * hw,u16 qid) ifcvf_get_vq_ready() argument
382 ifcvf_set_vq_ready(struct ifcvf_hw * hw,u16 qid,bool ready) ifcvf_set_vq_ready() argument
392 u16 qid; ifcvf_reset_vring() local
428 ifcvf_notify_queue(struct ifcvf_hw * hw,u16 qid) ifcvf_notify_queue() argument
[all...]
H A Difcvf_main.c464 static int ifcvf_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_get_vq_state() argument
473 static int ifcvf_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_state() argument
481 static void ifcvf_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, in ifcvf_vdpa_set_vq_cb() argument
490 u16 qid, bool ready) in ifcvf_vdpa_set_vq_ready() argument
497 static bool ifcvf_vdpa_get_vq_ready(struct vdpa_device *vdpa_dev, u16 qid) in ifcvf_vdpa_get_vq_ready() argument
504 ifcvf_vdpa_set_vq_num(struct vdpa_device * vdpa_dev,u16 qid,u32 num) ifcvf_vdpa_set_vq_num() argument
512 ifcvf_vdpa_set_vq_address(struct vdpa_device * vdpa_dev,u16 qid,u64 desc_area,u64 driver_area,u64 device_area) ifcvf_vdpa_set_vq_address() argument
521 ifcvf_vdpa_kick_vq(struct vdpa_device * vdpa_dev,u16 qid) ifcvf_vdpa_kick_vq() argument
595 ifcvf_vdpa_get_vq_irq(struct vdpa_device * vdpa_dev,u16 qid) ifcvf_vdpa_get_vq_irq() argument
606 ifcvf_vdpa_get_vq_size(struct vdpa_device * vdpa_dev,u16 qid) ifcvf_vdpa_get_vq_size() argument
[all...]
/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c72 static int pds_vdpa_set_vq_address(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_set_vq_address() argument
84 static void pds_vdpa_set_vq_num(struct vdpa_device *vdpa_dev, u16 qid, u32 num) in pds_vdpa_set_vq_num() argument
91 static void pds_vdpa_kick_vq(struct vdpa_device *vdpa_dev, u16 qid) in pds_vdpa_kick_vq() argument
98 static void pds_vdpa_set_vq_cb(struct vdpa_device *vdpa_dev, u16 qid, in pds_vdpa_set_vq_cb() argument
117 pds_vdpa_release_irq(struct pds_vdpa_device * pdsv,int qid) pds_vdpa_release_irq() argument
126 pds_vdpa_set_vq_ready(struct vdpa_device * vdpa_dev,u16 qid,bool ready) pds_vdpa_set_vq_ready() argument
164 pds_vdpa_get_vq_ready(struct vdpa_device * vdpa_dev,u16 qid) pds_vdpa_get_vq_ready() argument
171 pds_vdpa_set_vq_state(struct vdpa_device * vdpa_dev,u16 qid,const struct vdpa_vq_state * state) pds_vdpa_set_vq_state() argument
221 pds_vdpa_get_vq_state(struct vdpa_device * vdpa_dev,u16 qid,struct vdpa_vq_state * state) pds_vdpa_get_vq_state() argument
257 pds_vdpa_get_vq_notification(struct vdpa_device * vdpa_dev,u16 qid) pds_vdpa_get_vq_notification() argument
274 pds_vdpa_get_vq_irq(struct vdpa_device * vdpa_dev,u16 qid) pds_vdpa_get_vq_irq() argument
385 int max_vq, nintrs, qid, err; pds_vdpa_request_irqs() local
433 int qid; pds_vdpa_release_irqs() local
495 pds_vdpa_init_vqs_entry(struct pds_vdpa_device * pdsv,int qid,void __iomem * notify) pds_vdpa_init_vqs_entry() argument
[all...]
H A Dcmds.c125 int pds_vdpa_cmd_init_vq(struct pds_vdpa_device *pdsv, u16 qid, u16 invert_idx, in pds_vdpa_cmd_init_vq() argument
159 int pds_vdpa_cmd_reset_vq(struct pds_vdpa_device *pdsv, u16 qid, u16 invert_idx, in pds_vdpa_cmd_reset_vq() argument
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.c38 u16 mlx5e_qid_from_qos(struct mlx5e_channels *chs, u16 qid) in mlx5e_qid_from_qos() argument
54 static struct mlx5e_txqsq *mlx5e_get_qos_sq(struct mlx5e_priv *priv, int qid) in mlx5e_get_qos_sq() argument
76 int txq_ix, ix, qid, err = 0; in mlx5e_open_qos_sq() local
161 u16 qid; in mlx5e_activate_qos_sq() local
187 mlx5e_deactivate_qos_sq(struct mlx5e_priv * priv,u16 qid) mlx5e_deactivate_qos_sq() argument
211 mlx5e_close_qos_sq(struct mlx5e_priv * priv,u16 qid) mlx5e_close_qos_sq() argument
341 u16 qid = params->num_channels * i + c->ix; mlx5e_qos_deactivate_queues() local
367 mlx5e_reactivate_qos_sq(struct mlx5e_priv * priv,u16 qid,struct netdev_queue * txq) mlx5e_reactivate_qos_sq() argument
374 mlx5e_reset_qdisc(struct net_device * dev,u16 qid) mlx5e_reset_qdisc() argument
[all...]
H A Dhtb.c17 u16 qid; member
70 mlx5e_htb_node_create_leaf(struct mlx5e_htb *htb, u16 classid, u16 qid, in mlx5e_htb_node_create_leaf() argument
150 u16 qid; mlx5e_htb_get_txq_by_classid() local
292 int qid; mlx5e_htb_leaf_alloc_queue() local
349 u16 qid; mlx5e_htb_leaf_to_inner() local
431 mlx5e_htb_node_find_by_qid(struct mlx5e_htb * htb,u16 qid) mlx5e_htb_node_find_by_qid() argument
449 u16 qid, moved_qid; mlx5e_htb_leaf_del() local
547 u16 qid; mlx5e_htb_leaf_del_last() local
[all...]
/linux/drivers/net/ethernet/intel/igb/
H A Digb_xsk.c34 static void igb_txrx_ring_disable(struct igb_adapter *adapter, u16 qid) in igb_txrx_ring_disable() argument
57 static void igb_txrx_ring_enable(struct igb_adapter *adapter, u16 qid) in igb_txrx_ring_enable() argument
86 int qid = ring->queue_index; in igb_xsk_pool() local
99 u16 qid) in igb_xsk_pool_enable() argument
139 igb_xsk_pool_disable(struct igb_adapter * adapter,u16 qid) igb_xsk_pool_disable() argument
170 igb_xsk_pool_setup(struct igb_adapter * adapter,struct xsk_buff_pool * pool,u16 qid) igb_xsk_pool_setup() argument
527 igb_xsk_wakeup(struct net_device * dev,u32 qid,u32 flags) igb_xsk_wakeup() argument
[all...]
/linux/arch/s390/include/asm/
H A Dap.h135 static inline struct ap_queue_status ap_tapq(ap_qid_t qid, in ap_tapq() argument
163 static inline struct ap_queue_status ap_test_queue(ap_qid_t qid, int tbit, in ap_test_queue() argument
178 ap_rapq(ap_qid_t qid,int fbit) ap_rapq() argument
203 ap_zapq(ap_qid_t qid,int fbit) ap_zapq() argument
303 ap_aqic(ap_qid_t qid,union ap_qirq_ctrl qirqctrl,phys_addr_t pa_ind) ap_aqic() argument
352 ap_qact(ap_qid_t qid,int ifbit,union ap_qact_ap_info * apinfo) ap_qact() argument
383 ap_bapq(ap_qid_t qid) ap_bapq() argument
409 ap_aapq(ap_qid_t qid,unsigned int sec_idx) ap_aapq() argument
439 ap_nqap(ap_qid_t qid,unsigned long long psmid,void * msg,size_t length) ap_nqap() argument
495 ap_dqap(ap_qid_t qid,unsigned long * psmid,void * msg,size_t msglen,size_t * length,size_t * reslength,unsigned long * resgr0) ap_dqap() argument
[all...]
/linux/drivers/vdpa/alibaba/
H A Deni_vdpa.c257 static u16 eni_vdpa_get_vq_size(struct vdpa_device *vdpa, u16 qid) in eni_vdpa_get_vq_size() argument
264 static int eni_vdpa_get_vq_state(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_get_vq_state() argument
270 static int eni_vdpa_set_vq_state(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_state() argument
288 static void eni_vdpa_set_vq_cb(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_cb() argument
296 static void eni_vdpa_set_vq_ready(struct vdpa_device *vdpa, u16 qid, in eni_vdpa_set_vq_ready() argument
309 static bool eni_vdpa_get_vq_ready(struct vdpa_device *vdpa, u16 qid) in eni_vdpa_get_vq_ready() argument
316 eni_vdpa_set_vq_num(struct vdpa_device * vdpa,u16 qid,u32 num) eni_vdpa_set_vq_num() argument
333 eni_vdpa_set_vq_address(struct vdpa_device * vdpa,u16 qid,u64 desc_area,u64 driver_area,u64 device_area) eni_vdpa_set_vq_address() argument
345 eni_vdpa_kick_vq(struct vdpa_device * vdpa,u16 qid) eni_vdpa_kick_vq() argument
[all...]
/linux/fs/fuse/
H A Ddev_uring.c122 int qid; in fuse_uring_abort_end_requests() local
162 int qid; in fuse_uring_request_expired() local
189 int qid; fuse_uring_destruct() local
269 fuse_uring_create_queue(struct fuse_ring * ring,int qid) fuse_uring_create_queue() argument
403 int qid; fuse_uring_log_ent_state() local
432 int qid; fuse_uring_async_stop_queues() local
470 int qid; fuse_uring_stop_queues() local
883 unsigned int qid = READ_ONCE(cmd_req->qid); fuse_uring_commit_fetch() local
950 int qid; is_ring_ready() local
1086 unsigned int qid = READ_ONCE(cmd_req->qid); fuse_uring_register() local
1233 unsigned int qid; fuse_uring_task_to_queue() local
[all...]
/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_hw.c103 static int octep_process_mbox(struct octep_hw *oct_hw, u16 id, u16 qid, void *buffer, in octep_process_mbox() argument
276 void octep_notify_queue(struct octep_hw *oct_hw, u16 qid) in octep_notify_queue() argument
299 int octep_set_vq_address(struct octep_hw *oct_hw, u16 qid, u64 desc_area, u64 driver_area, in octep_set_vq_address() argument
315 int octep_get_vq_state(struct octep_hw *oct_hw, u16 qid, struct vdpa_vq_state *state) in octep_get_vq_state() argument
321 int octep_set_vq_state(struct octep_hw *oct_hw, u16 qid, cons argument
330 octep_set_vq_num(struct octep_hw * oct_hw,u16 qid,u32 num) octep_set_vq_num() argument
338 octep_set_vq_ready(struct octep_hw * oct_hw,u16 qid,bool ready) octep_set_vq_ready() argument
346 octep_get_vq_ready(struct octep_hw * oct_hw,u16 qid) octep_get_vq_ready() argument
[all...]
H A Doctep_vdpa_main.c201 u16 qid; in octep_vdpa_reset() local
227 static int octep_vdpa_get_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in octep_vdpa_get_vq_state() argument
235 static int octep_vdpa_set_vq_state(struct vdpa_device *vdpa_dev, u16 qid, in octep_vdpa_set_vq_state() argument
243 octep_vdpa_set_vq_cb(struct vdpa_device * vdpa_dev,u16 qid,struct vdpa_callback * cb) octep_vdpa_set_vq_cb() argument
250 octep_vdpa_set_vq_ready(struct vdpa_device * vdpa_dev,u16 qid,bool ready) octep_vdpa_set_vq_ready() argument
257 octep_vdpa_get_vq_ready(struct vdpa_device * vdpa_dev,u16 qid) octep_vdpa_get_vq_ready() argument
264 octep_vdpa_set_vq_num(struct vdpa_device * vdpa_dev,u16 qid,u32 num) octep_vdpa_set_vq_num() argument
271 octep_vdpa_set_vq_address(struct vdpa_device * vdpa_dev,u16 qid,u64 desc_area,u64 driver_area,u64 device_area) octep_vdpa_set_vq_address() argument
283 octep_vdpa_kick_vq(struct vdpa_device * vdpa_dev,u16 qid) octep_vdpa_kick_vq() argument
[all...]
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_pci.c242 static u32 prestera_fw_evtq_len(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_len() argument
247 static u32 prestera_fw_evtq_avail(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_avail() argument
256 u8 qid, u32 idx) in prestera_fw_evtq_rd_set() argument
263 static u8 __iomem *prestera_fw_evtq_buf(struct prestera_fw *fw, u8 qid) in prestera_fw_evtq_buf() argument
268 prestera_fw_evtq_read32(struct prestera_fw * fw,u8 qid) prestera_fw_evtq_read32() argument
279 prestera_fw_evtq_read_buf(struct prestera_fw * fw,u8 qid,void * buf,size_t len) prestera_fw_evtq_read_buf() argument
298 int qid; prestera_fw_evtq_pick() local
321 u8 qid; prestera_fw_evt_work_fn() local
361 prestera_fw_cmdq_lock(struct prestera_fw * fw,u8 qid) prestera_fw_cmdq_lock() argument
366 prestera_fw_cmdq_unlock(struct prestera_fw * fw,u8 qid) prestera_fw_cmdq_unlock() argument
371 prestera_fw_cmdq_len(struct prestera_fw * fw,u8 qid) prestera_fw_cmdq_len() argument
376 prestera_fw_cmdq_buf(struct prestera_fw * fw,u8 qid) prestera_fw_cmdq_buf() argument
381 prestera_fw_cmd_send(struct prestera_fw * fw,int qid,void * in_msg,size_t in_size,void * out_msg,size_t out_size,unsigned int waitms) prestera_fw_cmd_send() argument
434 prestera_fw_send_req(struct prestera_device * dev,int qid,void * in_msg,size_t in_size,void * out_msg,size_t out_size,unsigned int waitms) prestera_fw_send_req() argument
455 u8 qid; prestera_fw_init() local
[all...]
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-xsk.c173 static int dpaa2_xsk_disable_pool(struct net_device *dev, u16 qid) in dpaa2_xsk_disable_pool() argument
222 u16 qid) in dpaa2_xsk_enable_pool() argument
303 int dpaa2_xsk_setup_pool(struct net_device *dev, struct xsk_buff_pool *pool, u16 qid) in dpaa2_xsk_setup_pool() argument
309 dpaa2_xsk_wakeup(struct net_device * dev,u32 qid,u32 flags) dpaa2_xsk_wakeup() argument
[all...]
/linux/fs/xfs/
H A Dxfs_quotaops.c225 struct kqid qid, in xfs_fs_get_dqblk() argument
242 struct kqid *qid, in xfs_fs_get_nextdqblk() argument
266 struct kqid qid, in xfs_fs_set_dqblk() argument
[all...]
/linux/drivers/infiniband/hw/cxgb4/
H A Dresource.c111 u32 qid; in c4iw_get_cqid() local
163 c4iw_put_cqid(struct c4iw_rdev * rdev,u32 qid,struct c4iw_dev_ucontext * uctx) c4iw_put_cqid() argument
181 u32 qid; c4iw_get_qpid() local
237 c4iw_put_qpid(struct c4iw_rdev * rdev,u32 qid,struct c4iw_dev_ucontext * uctx) c4iw_put_qpid() argument
[all...]
/linux/drivers/nvme/host/
H A Dauth.c29 int qid; member
59 static int nvme_auth_submit(struct nvme_ctrl *ctrl, int qid, in nvme_auth_submit() argument
95 static int nvme_auth_receive_validate(struct nvme_ctrl *ctrl, int qid, in nvme_auth_receive_validate() argument
962 nvme_auth_negotiate(struct nvme_ctrl * ctrl,int qid) nvme_auth_negotiate() argument
983 nvme_auth_wait(struct nvme_ctrl * ctrl,int qid) nvme_auth_wait() argument
[all...]
H A Dtcp.c1433 static void nvme_tcp_free_queue(struct nvme_ctrl *nctrl, int qid) in nvme_tcp_free_queue() argument
1594 int qid = nvme_tcp_queue_id(queue); in nvme_tcp_default_queue() local
1603 int qid = nvme_tcp_queue_id(queue); in nvme_tcp_read_queue() local
1614 int qid = nvme_tcp_queue_id(queue); in nvme_tcp_poll_queue() local
1637 int qid = nvme_tcp_queue_id(queue) - 1; in nvme_tcp_set_queue_io_cpu() local
1680 int qid = nvme_tcp_queue_id(queue); nvme_tcp_tls_done() local
1712 int qid = nvme_tcp_queue_id(queue); nvme_tcp_start_tls() local
1761 nvme_tcp_alloc_queue(struct nvme_ctrl * nctrl,int qid,key_serial_t pskid) nvme_tcp_alloc_queue() argument
1928 nvme_tcp_stop_queue_nowait(struct nvme_ctrl * nctrl,int qid) nvme_tcp_stop_queue_nowait() argument
1947 nvme_tcp_wait_queue(struct nvme_ctrl * nctrl,int qid) nvme_tcp_wait_queue() argument
1965 nvme_tcp_stop_queue(struct nvme_ctrl * nctrl,int qid) nvme_tcp_stop_queue() argument
2639 int qid = nvme_tcp_queue_id(req->queue); nvme_tcp_timeout() local
[all...]
/linux/drivers/net/wireless/mediatek/mt76/
H A Dusb.c356 enum mt76_rxq_id qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_refill_rx() local
393 enum mt76_rxq_id qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_rx_urb_alloc() local
589 mt76u_submit_rx_buf(struct mt76_dev *dev, enum mt76_rxq_id qid, in mt76u_submit_rx_buf() argument
604 int qid = q - &dev->q_rx[MT_RXQ_MAIN]; in mt76u_process_rx_queue() local
641 mt76u_submit_rx_buffers(struct mt76_dev * dev,enum mt76_rxq_id qid) mt76u_submit_rx_buffers() argument
661 mt76u_alloc_rx_queue(struct mt76_dev * dev,enum mt76_rxq_id qid) mt76u_alloc_rx_queue() argument
854 mt76u_tx_queue_skb(struct mt76_phy * phy,struct mt76_queue * q,enum mt76_txq_id qid,struct sk_buff * skb,struct mt76_wcid * wcid,struct ieee80211_sta * sta) mt76u_tx_queue_skb() argument
910 mt76u_ac_to_hwq(struct mt76_dev * dev,struct mt76_queue * q,u8 qid) mt76u_ac_to_hwq() argument
[all...]
H A Dtx.c298 __mt76_tx_queue_skb(struct mt76_phy *phy, int qid, struct sk_buff *skb, in __mt76_tx_queue_skb() argument
461 enum mt76_txq_id qid = mt76_txq_get_qid(txq); in mt76_txq_send_burst() local
522 mt76_txq_schedule_list(struct mt76_phy *phy, enum mt76_txq_id qid) in mt76_txq_schedule_list() argument
578 void mt76_txq_schedule(struct mt76_phy *phy, enum mt76_txq_id qid) in mt76_txq_schedule() argument
613 int qid = skb_get_queue_mapping(skb); mt76_txq_schedule_pending_wcid() local
[all...]
/linux/fs/quota/
H A Dquota.c204 struct kqid qid; in quota_getquota() local
240 struct kqid qid; in quota_getnextquota() local
292 struct kqid qid; in quota_setquota() local
629 struct kqid qid; quota_setxquota() local
710 struct kqid qid; quota_getxquota() local
736 struct kqid qid; quota_getnextxquota() local
[all...]
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c235 struct bnx2x_virtf *vf, int qid, in bnx2x_vf_queue_create() argument
275 int qid) in bnx2x_vf_queue_destroy() argument
335 int qid, boo in bnx2x_vf_vlan_mac_clear() argument
379 bnx2x_vf_mac_vlan_config(struct bnx2x * bp,struct bnx2x_virtf * vf,int qid,struct bnx2x_vf_mac_vlan_filter * filter,bool drv_only) bnx2x_vf_mac_vlan_config() argument
436 bnx2x_vf_mac_vlan_config_list(struct bnx2x * bp,struct bnx2x_virtf * vf,struct bnx2x_vf_mac_vlan_filters * filters,int qid,bool drv_only) bnx2x_vf_mac_vlan_config_list() argument
473 bnx2x_vf_queue_setup(struct bnx2x * bp,struct bnx2x_virtf * vf,int qid,struct bnx2x_vf_queue_construct_params * qctor) bnx2x_vf_queue_setup() argument
494 bnx2x_vf_queue_flr(struct bnx2x * bp,struct bnx2x_virtf * vf,int qid) bnx2x_vf_queue_flr() argument
587 bnx2x_vf_prep_rx_mode(struct bnx2x * bp,u8 qid,struct bnx2x_rx_mode_ramrod_params * ramrod,struct bnx2x_virtf * vf,unsigned long accept_flags) bnx2x_vf_prep_rx_mode() argument
613 bnx2x_vf_rxmode(struct bnx2x * bp,struct bnx2x_virtf * vf,int qid,unsigned long accept_flags) bnx2x_vf_rxmode() argument
625 bnx2x_vf_queue_teardown(struct bnx2x * bp,struct bnx2x_virtf * vf,int qid) bnx2x_vf_queue_teardown() argument
1955 bnx2x_vf_qtbl_set_q(struct bnx2x * bp,u8 abs_vfid,u8 qid,u8 enable) bnx2x_vf_qtbl_set_q() argument
2249 int qid, rc = 0; bnx2x_vf_tpa_update() local
[all...]
/linux/drivers/net/ethernet/intel/libeth/
H A Dxsk.c222 void libeth_xsk_wakeup(call_single_data_t *csd, u32 qid) in libeth_xsk_wakeup() argument
255 int libeth_xsk_setup_pool(struct net_device *dev, u32 qid, boo argument
[all...]
/linux/fs/bcachefs/
H A Dquota.c209 static void flush_warnings(struct bch_qid qid, in flush_warnings() argument
276 int bch2_quota_acct(struct bch_fs *c, struct bch_qid qid, in bch2_quota_acct() argument
780 qid_t qid = from_kqid(&init_user_ns, kqid); in bch2_get_quota() local
799 qid_t qid = from_kqid(&init_user_ns, *kqid); in bch2_get_next_quota() local
851 static int bch2_set_quota(struct super_block *sb, struct kqid qid, in bch2_set_quota() argument
[all...]
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_xsk.h13 unsigned int qid) in nfp_net_has_xsk_pool_slow() argument

123456789