Home
last modified time | relevance | path

Searched defs:rq (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/sys/dev/enic/
H A Dvnic_rq.c10 void vnic_rq_init_start(struct vnic_rq *rq, unsigned int cq_index, in vnic_rq_init_start()
29 void vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, in vnic_rq_init()
52 unsigned int vnic_rq_error_status(struct vnic_rq *rq) in vnic_rq_error_status()
57 void vnic_rq_enable(struct vnic_rq *rq) in vnic_rq_enable()
62 int vnic_rq_disable(struct vnic_rq *rq) in vnic_rq_disable()
80 void vnic_rq_clean(struct vnic_rq *rq) in vnic_rq_clean()
H A Dvnic_rq.h81 static inline unsigned int vnic_rq_desc_avail(struct vnic_rq *rq) in vnic_rq_desc_avail()
87 static inline unsigned int vnic_rq_desc_used(struct vnic_rq *rq) in vnic_rq_desc_used()
98 static inline int vnic_rq_fill(struct vnic_rq *rq, in vnic_rq_fill()
99 int (*buf_fill)(struct vnic_rq *rq)) in vnic_rq_fill()
113 static inline int vnic_rq_fill_count(struct vnic_rq *rq, in vnic_rq_fill_count()
114 int (*buf_fill)(struct vnic_rq *rq), unsigned int count) in vnic_rq_fill_count()
H A Denic_txrx.c264 struct vnic_rq *rq; in enic_isc_rxd_refill() local
308 struct vnic_rq *rq; in enic_isc_rxd_flush() local
355 enic_initial_post_rx(struct enic *enic, struct vnic_rq *rq) in enic_initial_post_rx()
386 vnic_rq_service(struct vnic_rq *rq, struct cq_desc *cq_desc, in vnic_rq_service()
388 void(*buf_service)(struct vnic_rq *rq, struct cq_desc *cq_desc, in vnic_rq_service()
489 struct vnic_rq *rq; in enic_start_rq() local
H A Dif_enic.c805 struct vnic_rq *rq; in enic_rx_queues_alloc() local
861 struct vnic_rq *rq; in enic_rxq_intr() local
913 struct vnic_rq *rq; in enic_stop() local
1270 enic_setup_rxq_sysctl(struct vnic_rq *rq, int i, struct sysctl_ctx_list *ctx, in enic_setup_rxq_sysctl()
/freebsd/sys/kern/
H A Dkern_switch.c291 runq_init(struct runq *rq) in runq_init()
308 runq_sw_apply(struct runq *rq, int idx, runq_sw_op *op) in runq_sw_apply()
342 runq_sw_set_not_empty(struct runq *rq, int idx) in runq_sw_set_not_empty()
367 runq_sw_set_empty(struct runq *rq, int idx) in runq_sw_set_empty()
383 runq_sw_is_empty(struct runq *rq, int idx) in runq_sw_is_empty()
392 runq_is_queue_empty(struct runq *rq, int idx) in runq_is_queue_empty()
403 runq_add(struct runq *rq, struct thread *td, int flags) in runq_add()
410 runq_add_idx(struct runq *rq, struct thread *td, int idx, int flags) in runq_add_idx()
437 runq_remove(struct runq *rq, struct thread *td) in runq_remove()
458 runq_findq_status_word(struct runq *const rq, const int w_idx, in runq_findq_status_word()
[all …]
H A Dsched_ule.c443 runq_print(struct runq *rq) in runq_print()
1290 runq_steal_range(struct runq *const rq, const int lvl_min, const int lvl_max, in runq_steal_range()
1310 runq_steal_realtime(struct runq *const rq, int cpu) in runq_steal_realtime()
1321 runq_steal_timeshare(struct runq *const rq, int cpu, int off) in runq_steal_timeshare()
1336 runq_steal_idle(struct runq *const rq, int cpu) in runq_steal_idle()
1541 runq_choose_realtime(struct runq *const rq) in runq_choose_realtime()
1548 runq_choose_timeshare(struct runq *const rq, int off) in runq_choose_timeshare()
1563 runq_choose_idle(struct runq *const rq) in runq_choose_idle()
/freebsd/sys/dev/oce/
H A Doce_queue.c90 struct oce_rq *rq; in oce_queue_init_all() local
167 struct oce_rq *rq; in oce_queue_release_all() local
391 struct oce_rq *rq; in oce_rq_init() local
452 oce_rq_free(struct oce_rq *rq) in oce_rq_free()
487 oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq) in oce_rq_create()
520 oce_rq_del(struct oce_rq *rq) in oce_rq_del()
909 oce_start_rq(struct oce_rq *rq) in oce_start_rq()
1065 oce_drain_rq_cq(struct oce_rq *rq) in oce_drain_rq_cq()
1089 oce_free_posted_rxbuf(struct oce_rq *rq) in oce_free_posted_rxbuf()
1109 oce_rx_cq_clean_hwlro(struct oce_rq *rq) in oce_rx_cq_clean_hwlro()
[all …]
H A Doce_if.c1511 POCE_SOFTC sc = (POCE_SOFTC) rq->parent; in oce_rx_mbuf_chain() argument
1576 oce_rx_lro(struct oce_rq * rq,struct nic_hwlro_singleton_cqe * cqe,struct nic_hwlro_cqe_part2 * cqe2) oce_rx_lro() argument
1657 oce_rx(struct oce_rq * rq,struct oce_nic_rx_cqe * cqe) oce_rx() argument
1755 oce_discard_rx_comp(struct oce_rq * rq,int num_frags) oce_discard_rx_comp() argument
1816 oce_rx_flush_lro(struct oce_rq * rq) oce_rx_flush_lro() argument
1864 oce_alloc_rx_bufs(struct oce_rq * rq,int count) oce_alloc_rx_bufs() argument
1944 oce_check_rx_bufs(POCE_SOFTC sc,uint32_t num_cqes,struct oce_rq * rq) oce_check_rx_bufs() argument
1963 struct oce_rq *rq = (struct oce_rq *)arg; oce_rq_handler_lro() local
2037 struct oce_rq *rq = (struct oce_rq *)arg; oce_rq_handler() local
2310 struct oce_rq *rq; oce_eqd_set_periodic() local
2514 struct oce_rq *rq; oce_if_deactivate() local
2561 struct oce_rq *rq; oce_if_activate() local
[all...]
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h551 io_data_dir(struct bio *bio, struct request *rq) in io_data_dir()
564 io_is_flush(struct bio *bio, struct request *rq) in io_is_flush()
572 io_is_discard(struct bio *bio, struct request *rq) in io_is_discard()
580 io_is_secure_erase(struct bio *bio, struct request *rq) in io_is_secure_erase()
588 io_is_fua(struct bio *bio, struct request *rq) in io_is_fua()
597 io_offset(struct bio *bio, struct request *rq) in io_offset()
605 io_size(struct bio *bio, struct request *rq) in io_size()
613 io_has_data(struct bio *bio, struct request *rq) in io_has_data()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c35 mlx5e_alloc_rx_wqe(struct mlx5e_rq *rq, in mlx5e_alloc_rx_wqe()
107 mlx5e_post_rx_wqes(struct mlx5e_rq *rq) in mlx5e_post_rx_wqes()
325 mlx5e_build_rx_mbuf(struct mlx5_cqe64 *cqe, struct mlx5e_rq *rq, in mlx5e_build_rx_mbuf()
547 mlx5e_poll_rx_cq(struct mlx5e_rq *rq, int budget) in mlx5e_poll_rx_cq()
670 struct mlx5e_rq *rq = container_of(mcq, struct mlx5e_rq, cq.mcq); in mlx5e_rx_cq_comp() local
H A Dmlx5_en_dim.c64 struct mlx5e_rq *rq = container_of(dim, struct mlx5e_rq, dim); in mlx5e_dim_work() local
H A Dmlx5_en_main.c49 struct mlx5e_rq_param rq; member
838 struct mlx5e_rq *rq = &pch->rq; in mlx5e_update_stats_locked() local
1195 struct mlx5e_rq *rq) in mlx5e_create_rq()
1304 mlx5e_destroy_rq(struct mlx5e_rq *rq) in mlx5e_destroy_rq()
1331 mlx5e_enable_rq(struct mlx5e_rq *rq, struct mlx5e_rq_param *param) in mlx5e_enable_rq()
1375 mlx5e_modify_rq(struct mlx5e_rq *rq, int curr_state, int next_state) in mlx5e_modify_rq()
1405 mlx5e_disable_rq(struct mlx5e_rq *rq) in mlx5e_disable_rq()
1417 struct mlx5e_rq *rq) in mlx5e_open_rq()
1449 mlx5e_close_rq(struct mlx5e_rq *rq) in mlx5e_close_rq()
1460 mlx5e_close_rq_wait(struct mlx5e_rq *rq) in mlx5e_close_rq_wait()
[all …]
/freebsd/sys/arm/include/
H A Dsysreg.h271 #define CP15_CNTPCT(rq, rr) p15, 0, rq, rr, c14 /* Physical Count Register */ argument
272 #define CP15_CNTVCT(rq, rr) p15, 1, rq, rr, c14 /* Virtual Count Register */ argument
273 #define CP15_CNTP_CVAL(rq, rr) p15, 2, rq, rr, c14 /* PL1 Physical Timer Compare Value Register */ argument
274 #define CP15_CNTV_CVAL(rq, rr) p15, 3, rq, rr, c14 /* Virtual Timer Compare Value Register */ argument
275 #define CP15_CNTVOFF(rq, rr) p15, 4, rq, rr, c14 /* Virtual Offset Register */ argument
276 #define CP15_CNTHP_CVAL(rq, rr) p15, 6, rq, rr, c14 /* PL2 Physical Timer Compare Value Register */ argument
278 #define CP15_VTTBR(rq, rr) p15, 6, rq, rr, c2 /* Virtualization Translation Table Base Register */ argument
279 #define CP15_HTTBR(rq, rr) p15, 4, rq, rr, c2 /* Hyp Translation Table Base Register */ argument
280 #define CP15_TTBR0_2(rq, rr) p15, 0, rq, rr, c2 /* Translation Table Base Register 0 */ argument
281 #define CP15_TTBR1_2(rq, rr) p15, 1, rq, rr, c2 /* Translation Table Base Register 1 */ argument
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c85 zvol_end_io(struct bio *bio, struct request *rq, int error) in zvol_end_io()
119 struct request *rq = bd->rq; in zvol_mq_queue_rq() local
195 struct request *rq = zvr->rq; in zvol_write() local
307 struct request *rq = zvr->rq; in zvol_discard() local
396 struct request *rq = zvr->rq; in zvol_read() local
481 zvol_request_impl(zvol_state_t *zv, struct bio *bio, struct request *rq, in zvol_request_impl()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c912 struct bnxt_qplib_q *rq = &qp->rq; in bnxt_qplib_create_qp1() local
1065 struct bnxt_qplib_q *rq = &qp->rq; in bnxt_qplib_create_qp() local
1700 struct bnxt_qplib_q *rq = &qp->rq; in bnxt_qplib_get_rq_prod_index() local
1708 struct bnxt_qplib_q *rq = &qp->rq; in bnxt_qplib_get_qp1_rq_buf() local
2272 struct bnxt_qplib_q *rq = &qp->rq; in bnxt_qplib_post_recv_db() local
2299 struct bnxt_qplib_q *rq = &qp->rq; in bnxt_qplib_post_recv() local
2669 static int __flush_rq(struct bnxt_qplib_q *rq, struct bnxt_qplib_qp *qp, in __flush_rq()
2991 struct bnxt_qplib_q *rq; in bnxt_qplib_cq_process_res_rc() local
3079 struct bnxt_qplib_q *rq; in bnxt_qplib_cq_process_res_ud() local
3195 struct bnxt_qplib_q *rq; in bnxt_qplib_cq_process_res_raweth_qp1() local
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c71 hw_rq_t *rq = NULL; in ocs_hw_init_queues() local
593 hw_rq_t *rq = ocs_malloc(hw->os, sizeof(*rq), OCS_M_ZERO | OCS_M_NOWAIT); in hw_new_rq() local
675 hw_rq_t *rq = NULL; in hw_new_rq_set() local
864 hw_del_rq(hw_rq_t *rq) in hw_del_rq()
897 hw_rq_t *rq; in hw_queue_dump() local
2052 hw_rq_t *rq = hw->hw_rq[hw->hw_rq_lookup[rqindex]]; in ocs_hw_rqpair_get() local
2100 hw_rq_t *rq = hw->hw_rq[hw_rq_index]; in ocs_hw_rqpair_put() local
H A Docs_ddump.c94 hw_rq_t *rq; in ocs_ddump_sli4_queue() local
559 hw_rq_t *rq; in hw_queue_ddump() local
/freebsd/sys/rpc/
H A Dsvc_vc.c576 svc_vc_control(SVCXPRT *xprt, const u_int rq, void *in) in svc_vc_control()
582 svc_vc_rendezvous_control(SVCXPRT *xprt, const u_int rq, void *in) in svc_vc_rendezvous_control()
589 svc_vc_backchannel_control(SVCXPRT *xprt, const u_int rq, void *in) in svc_vc_backchannel_control()
H A Dsvc_dg.c284 svc_dg_control(SVCXPRT *xprt, const u_int rq, void *in) in svc_dg_control()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Duio.h87 struct request *rq; member
145 zfs_uio_bvec_init(zfs_uio_t *uio, struct bio *bio, struct request *rq) in zfs_uio_bvec_init()
/freebsd/crypto/krb5/src/include/gssrpc/
H A Dclnt.h200 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument
201 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument
/freebsd/lib/libc/rpc/
H A Dsvc_raw.c237 svc_raw_control(SVCXPRT *xprt, const u_int rq, void *in) in svc_raw_control()
H A Dsvc_vc.c412 svc_vc_control(SVCXPRT *xprt, const u_int rq, void *in) in svc_vc_control()
418 svc_vc_rendezvous_control(SVCXPRT *xprt, const u_int rq, void *in) in svc_vc_rendezvous_control()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1174 struct mlx5_ib_rq *rq, void *qpin, in create_raw_packet_qp_rq()
1232 struct mlx5_ib_rq *rq) in destroy_raw_packet_qp_rq()
1238 struct mlx5_ib_rq *rq, u32 tdn, in create_raw_packet_qp_tir()
1265 struct mlx5_ib_rq *rq, in destroy_raw_packet_qp_tir()
1277 struct mlx5_ib_rq *rq = &raw_packet_qp->rq; in create_raw_packet_qp() local
1331 struct mlx5_ib_rq *rq = &raw_packet_qp->rq; in destroy_raw_packet_qp() local
1348 struct mlx5_ib_rq *rq = &raw_packet_qp->rq; in raw_packet_qp_copy_info() local
2542 struct mlx5_ib_dev *dev, struct mlx5_ib_rq *rq, int new_state, in modify_raw_packet_qp_rq()
2620 struct mlx5_ib_rq *rq = &raw_packet_qp->rq; in modify_raw_packet_qp() local
4389 struct mlx5_ib_rq *rq, in query_raw_packet_qp_rq_state()
[all …]
/freebsd/include/rpc/
H A Dclnt.h199 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument
200 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument

1234