Home
last modified time | relevance | path

Searched defs:sq (Results 1 – 25 of 149) sorted by relevance

123456

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c45 static void mlx5e_dma_unmap_wqe_err(struct mlx5e_txqsq *sq, u8 num_dma) in mlx5e_dma_unmap_wqe_err()
118 mlx5e_txwqe_build_eseg_csum(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_txwqe_build_eseg_csum()
148 mlx5e_tx_get_gso_ihs(struct mlx5e_txqsq *sq, struct sk_buff *skb, int *hopbyhop) in mlx5e_tx_get_gso_ihs()
176 mlx5e_txwqe_build_dsegs(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_txwqe_build_dsegs()
242 mlx5e_tx_wqe_inline_mode(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_tx_wqe_inline_mode()
261 static void mlx5e_sq_xmit_prepare(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_sq_xmit_prepare()
336 static void mlx5e_tx_check_stop(struct mlx5e_txqsq *sq) in mlx5e_tx_check_stop()
344 static void mlx5e_tx_flush(struct mlx5e_txqsq *sq) in mlx5e_tx_flush()
365 mlx5e_txwqe_complete(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_txwqe_complete()
403 mlx5e_sq_xmit_wqe(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_sq_xmit_wqe()
[all …]
Den_txrx.c48 static void mlx5e_handle_tx_dim(struct mlx5e_txqsq *sq) in mlx5e_handle_tx_dim()
72 void mlx5e_trigger_irq(struct mlx5e_icosq *sq) in mlx5e_trigger_irq()
146 struct mlx5e_txqsq *sq = rcu_dereference(qos_sqs[i]); in mlx5e_napi_poll() local
212 struct mlx5e_txqsq *sq = rcu_dereference(qos_sqs[i]); in mlx5e_napi_poll() local
Den_main.c203 struct mlx5e_icosq *sq, in mlx5e_build_umr_wqe()
1087 static void mlx5e_free_xdpsq_db(struct mlx5e_xdpsq *sq) in mlx5e_free_xdpsq_db()
1093 static int mlx5e_alloc_xdpsq_fifo(struct mlx5e_xdpsq *sq, int numa) in mlx5e_alloc_xdpsq_fifo()
1112 static int mlx5e_alloc_xdpsq_db(struct mlx5e_xdpsq *sq, int numa) in mlx5e_alloc_xdpsq_db()
1136 struct mlx5e_xdpsq *sq, in mlx5e_alloc_xdpsq()
1179 static void mlx5e_free_xdpsq(struct mlx5e_xdpsq *sq) in mlx5e_free_xdpsq()
1185 static void mlx5e_free_icosq_db(struct mlx5e_icosq *sq) in mlx5e_free_icosq_db()
1190 static int mlx5e_alloc_icosq_db(struct mlx5e_icosq *sq, int numa) in mlx5e_alloc_icosq_db()
1205 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_icosq_err_cqe_work() local
1213 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_async_icosq_err_cqe_work() local
[all …]
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.c59 mlx5e_xmit_xdp_buff(struct mlx5e_xdpsq *sq, struct mlx5e_rq *rq, in mlx5e_xmit_xdp_buff()
199 static u16 mlx5e_xdpsq_get_next_pi(struct mlx5e_xdpsq *sq, u16 size) in mlx5e_xdpsq_get_next_pi()
228 static void mlx5e_xdp_mpwqe_session_start(struct mlx5e_xdpsq *sq) in mlx5e_xdp_mpwqe_session_start()
250 void mlx5e_xdp_mpwqe_complete(struct mlx5e_xdpsq *sq) in mlx5e_xdp_mpwqe_complete()
278 INDIRECT_CALLABLE_SCOPE int mlx5e_xmit_xdp_frame_check_mpwqe(struct mlx5e_xdpsq *sq) in mlx5e_xmit_xdp_frame_check_mpwqe()
300 mlx5e_xmit_xdp_frame_mpwqe(struct mlx5e_xdpsq *sq, struct mlx5e_xmit_data *xdptxd, in mlx5e_xmit_xdp_frame_mpwqe()
343 static int mlx5e_xmit_xdp_frame_check_stop_room(struct mlx5e_xdpsq *sq, int stop_room) in mlx5e_xmit_xdp_frame_check_stop_room()
355 INDIRECT_CALLABLE_SCOPE int mlx5e_xmit_xdp_frame_check(struct mlx5e_xdpsq *sq) in mlx5e_xmit_xdp_frame_check()
361 mlx5e_xmit_xdp_frame(struct mlx5e_xdpsq *sq, struct mlx5e_xmit_data *xdptxd, in mlx5e_xmit_xdp_frame()
477 static void mlx5e_free_xdpsq_desc(struct mlx5e_xdpsq *sq, in mlx5e_free_xdpsq_desc()
[all …]
Dreporter_tx.c9 static int mlx5e_wait_for_sq_flush(struct mlx5e_txqsq *sq) in mlx5e_wait_for_sq_flush()
30 static void mlx5e_reset_txqsq_cc_pc(struct mlx5e_txqsq *sq) in mlx5e_reset_txqsq_cc_pc()
44 struct mlx5e_txqsq *sq; in mlx5e_tx_reporter_err_cqe_recover() local
92 struct mlx5e_txqsq *sq; member
101 struct mlx5e_txqsq *sq; in mlx5e_tx_reporter_timeout_recover() local
150 struct mlx5e_txqsq *sq, int tc) in mlx5e_tx_reporter_build_diagnose_output_sq_common()
198 struct mlx5e_txqsq *sq, int tc) in mlx5e_tx_reporter_build_diagnose_output()
379 struct mlx5e_txqsq *sq = &c->sq[tc]; in mlx5e_tx_reporter_diagnose() local
412 struct mlx5e_txqsq *sq = ctx; in mlx5e_tx_reporter_dump_sq() local
509 struct mlx5e_txqsq *sq = &c->sq[tc]; in mlx5e_tx_reporter_dump_all_sqs() local
[all …]
Dxdp.h98 static inline void mlx5e_xmit_xdp_doorbell(struct mlx5e_xdpsq *sq) in mlx5e_xmit_xdp_doorbell()
109 static inline bool mlx5e_xdp_get_inline_state(struct mlx5e_xdpsq *sq, bool cur) in mlx5e_xdp_get_inline_state()
140 mlx5e_xdp_mpwqe_add_dseg(struct mlx5e_xdpsq *sq, in mlx5e_xdp_mpwqe_add_dseg()
Dtxrx.h76 #define MLX5E_TX_FETCH_WQE(sq, pi) \ argument
125 static inline u16 mlx5e_txqsq_get_next_pi(struct mlx5e_txqsq *sq, u16 size) in mlx5e_txqsq_get_next_pi()
185 static inline u16 mlx5e_icosq_get_next_pi(struct mlx5e_icosq *sq, u16 size) in mlx5e_icosq_get_next_pi()
240 mlx5e_dma_get(struct mlx5e_txqsq *sq, u32 i) in mlx5e_dma_get()
246 mlx5e_dma_push(struct mlx5e_txqsq *sq, dma_addr_t addr, u32 size, in mlx5e_dma_push()
442 static inline bool mlx5e_icosq_can_post_wqe(struct mlx5e_icosq *sq, u16 wqe_size) in mlx5e_icosq_can_post_wqe()
/linux-5.19.10/drivers/soc/qcom/
Dqmi_interface.c167 struct sockaddr_qrtr sq; in qmi_send_new_lookup() local
230 struct sockaddr_qrtr sq; in qmi_send_new_server() local
389 static void qmi_invoke_handler(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, in qmi_invoke_handler()
441 struct sockaddr_qrtr sq; in qmi_handle_net_reset() local
472 struct sockaddr_qrtr *sq, in qmi_handle_message()
526 struct sockaddr_qrtr sq; in qmi_data_ready_work() local
583 struct sockaddr_qrtr *sq) in qmi_sock_create()
737 struct sockaddr_qrtr *sq, struct qmi_txn *txn, in qmi_send_message()
788 ssize_t qmi_send_request(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, in qmi_send_request()
809 ssize_t qmi_send_response(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, in qmi_send_response()
[all …]
/linux-5.19.10/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_qp.c59 #define SQ_DB_ADDR(sq, pi) ((u64 *)((sq)->db_base) + SQ_DB_PI_LOW(pi)) argument
61 #define SQ_MASKED_IDX(sq, idx) ((idx) & (sq)->wq->mask) argument
93 struct hinic_sq *sq, u16 global_qid) in hinic_sq_prepare_ctxt()
219 static int alloc_sq_skb_arr(struct hinic_sq *sq) in alloc_sq_skb_arr()
236 static void free_sq_skb_arr(struct hinic_sq *sq) in free_sq_skb_arr()
281 int hinic_init_sq(struct hinic_sq *sq, struct hinic_hwif *hwif, in hinic_init_sq()
305 void hinic_clean_sq(struct hinic_sq *sq) in hinic_clean_sq()
455 int hinic_get_sq_free_wqebbs(struct hinic_sq *sq) in hinic_get_sq_free_wqebbs()
596 void hinic_sq_prepare_wqe(struct hinic_sq *sq, u16 prod_idx, in hinic_sq_prepare_wqe()
618 static u32 sq_prepare_db(struct hinic_sq *sq, u16 prod_idx, unsigned int cos) in sq_prepare_db()
[all …]
Dhinic_tx.c47 #define HW_CONS_IDX(sq) be16_to_cpu(*(u16 *)((sq)->hw_ci_addr)) argument
668 struct hinic_sq *sq = txq->sq; in free_all_tx_skbs() local
703 struct hinic_sq *sq = txq->sq; in free_tx_poll() local
804 struct hinic_sq *sq = txq->sq; in tx_request_irq() local
844 struct hinic_sq *sq = txq->sq; in tx_free_irq() local
858 int hinic_init_txq(struct hinic_txq *txq, struct hinic_sq *sq, in hinic_init_txq()
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c108 struct otx2_snd_queue *sq, in otx2_xdp_snd_pkt_handler()
127 struct otx2_snd_queue *sq, in otx2_snd_pkt_handler()
554 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq, in otx2_sqe_flush()
573 static bool otx2_sqe_add_sg(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_sg()
618 static void otx2_sqe_add_ext(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_ext()
688 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem()
703 static void otx2_sqe_add_hdr(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_hdr()
751 struct otx2_snd_queue *sq, in otx2_dma_map_tso_skb()
783 static u64 otx2_tso_frag_dma_addr(struct otx2_snd_queue *sq, in otx2_tso_frag_dma_addr()
801 static void otx2_sqe_tso_add_sg(struct otx2_snd_queue *sq, in otx2_sqe_tso_add_sg()
[all …]
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c146 static void tx_fill_wi(struct mlx5e_txqsq *sq, in tx_fill_wi()
170 post_static_params(struct mlx5e_txqsq *sq, in post_static_params()
188 post_progress_params(struct mlx5e_txqsq *sq, in post_progress_params()
205 mlx5e_ktls_tx_post_param_wqes(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_post_param_wqes()
286 tx_post_resync_params(struct mlx5e_txqsq *sq, in tx_post_resync_params()
307 tx_post_resync_dump(struct mlx5e_txqsq *sq, skb_frag_t *frag, u32 tisn, bool first) in tx_post_resync_dump()
348 void mlx5e_ktls_tx_handle_resync_dump_comp(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_handle_resync_dump_comp()
364 static void tx_post_fence_nop(struct mlx5e_txqsq *sq) in tx_post_fence_nop()
376 struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_handle_ooo()
450 bool mlx5e_ktls_handle_tx_skb(struct net_device *netdev, struct mlx5e_txqsq *sq, in mlx5e_ktls_handle_tx_skb()
Dktls_utils.h56 #define MLX5E_TLS_FETCH_SET_STATIC_PARAMS_WQE(sq, pi) \ argument
60 #define MLX5E_TLS_FETCH_SET_PROGRESS_PARAMS_WQE(sq, pi) \ argument
64 #define MLX5E_TLS_FETCH_GET_PROGRESS_PARAMS_WQE(sq, pi) \ argument
68 #define MLX5E_TLS_FETCH_DUMP_WQE(sq, pi) \ argument
Dktls_rx.c129 static void icosq_fill_wi(struct mlx5e_icosq *sq, u16 pi, in icosq_fill_wi()
136 post_static_params(struct mlx5e_icosq *sq, in post_static_params()
165 post_progress_params(struct mlx5e_icosq *sq, in post_progress_params()
200 struct mlx5e_icosq *sq; in post_rx_param_wqes() local
251 resync_post_get_progress_params(struct mlx5e_icosq *sq, in resync_post_get_progress_params()
334 struct mlx5e_icosq *sq; in resync_handle_work() local
367 struct mlx5e_icosq *sq; in resync_handle_seq_match() local
400 struct mlx5e_icosq *sq) in mlx5e_ktls_handle_get_psv_completion()
687 struct mlx5e_icosq *sq; in mlx5e_ktls_rx_handle_resync_list() local
Den_accel.h118 struct mlx5e_txqsq *sq, in mlx5e_accel_tx_begin()
143 static inline unsigned int mlx5e_accel_tx_ids_len(struct mlx5e_txqsq *sq, in mlx5e_accel_tx_ids_len()
172 static inline void mlx5e_accel_tx_finish(struct mlx5e_txqsq *sq, in mlx5e_accel_tx_finish()
/linux-5.19.10/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c505 struct snd_queue *sq, int q_len, int qidx) in nicvf_init_snd_queue()
554 void nicvf_unmap_sndq_buffers(struct nicvf *nic, struct snd_queue *sq, in nicvf_unmap_sndq_buffers()
572 static void nicvf_free_snd_queue(struct nicvf *nic, struct snd_queue *sq) in nicvf_free_snd_queue()
863 struct snd_queue *sq; in nicvf_snd_queue_config() local
1119 static inline int nicvf_get_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_get_sq_desc()
1135 static inline void nicvf_rollback_sq_desc(struct snd_queue *sq, in nicvf_rollback_sq_desc()
1143 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_put_sq_desc()
1153 static inline int nicvf_get_nxt_sqentry(struct snd_queue *sq, int qentry) in nicvf_get_nxt_sqentry()
1160 void nicvf_sq_enable(struct nicvf *nic, struct snd_queue *sq, int qidx) in nicvf_sq_enable()
1180 void nicvf_sq_free_used_descs(struct net_device *netdev, struct snd_queue *sq, in nicvf_sq_free_used_descs()
[all …]
/linux-5.19.10/block/
Dblk-throttle.c104 static struct throtl_grp *sq_to_tg(struct throtl_service_queue *sq) in sq_to_tg()
119 static struct throtl_data *sq_to_td(struct throtl_service_queue *sq) in sq_to_td()
221 #define throtl_log(sq, fmt, args...) do { \ argument
330 static void throtl_service_queue_init(struct throtl_service_queue *sq) in throtl_service_queue_init()
392 struct throtl_service_queue *sq = &tg->service_queue; in throtl_pd_init() local
581 static void throtl_schedule_pending_timer(struct throtl_service_queue *sq, in throtl_schedule_pending_timer()
618 static bool throtl_schedule_next_dispatch(struct throtl_service_queue *sq, in throtl_schedule_next_dispatch()
954 struct throtl_service_queue *sq = &tg->service_queue; in throtl_add_bio_tg() local
977 struct throtl_service_queue *sq = &tg->service_queue; in tg_update_disptime() local
1013 struct throtl_service_queue *sq = &tg->service_queue; in tg_dispatch_one_bio() local
[all …]
/linux-5.19.10/drivers/infiniband/hw/mlx5/
Dwr.h33 static inline void *get_sq_edge(struct mlx5_ib_wq *sq, u32 idx) in get_sq_edge()
51 static inline void handle_post_send_edge(struct mlx5_ib_wq *sq, void **seg, in handle_post_send_edge()
74 static inline void mlx5r_memcpy_send_wqe(struct mlx5_ib_wq *sq, void **cur_edge, in mlx5r_memcpy_send_wqe()
/linux-5.19.10/drivers/net/ipa/
Dipa_qmi.c88 struct sockaddr_qrtr *sq = &ipa_qmi->modem_sq; in ipa_server_init_complete() local
180 struct sockaddr_qrtr *sq, in ipa_server_indication_register()
209 struct sockaddr_qrtr *sq, in ipa_server_driver_init_complete()
257 struct sockaddr_qrtr *sq, in ipa_client_init_driver()
/linux-5.19.10/net/qrtr/
Dns.c52 struct sockaddr_qrtr sq; member
190 static int announce_servers(struct sockaddr_qrtr *sq) in announce_servers()
329 static int ctrl_cmd_hello(struct sockaddr_qrtr *sq) in ctrl_cmd_hello()
346 struct sockaddr_qrtr sq; in ctrl_cmd_bye() local
427 struct sockaddr_qrtr sq; in ctrl_cmd_del_client() local
665 struct sockaddr_qrtr sq; in qrtr_ns_worker() local
760 struct sockaddr_qrtr sq; in qrtr_ns_init() local
/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Dqp.c95 static void dealloc_oc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) in dealloc_oc_sq()
100 static void dealloc_host_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) in dealloc_host_sq()
106 static void dealloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) in dealloc_sq()
114 static int alloc_oc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) in alloc_oc_sq()
129 static int alloc_host_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) in alloc_host_sq()
140 static int alloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq, int user) in alloc_sq()
414 static int build_immd(struct t4_sq *sq, struct fw_ri_immd *immdp, in build_immd()
489 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_send()
556 static int build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, in build_rdma_write()
607 static void build_immd_cmpl(struct t4_sq *sq, struct fw_ri_immd_cmpl *immdp, in build_immd_cmpl()
[all …]
/linux-5.19.10/tools/io_uring/
Dsetup.c11 struct io_uring_sq *sq, struct io_uring_cq *cq) in io_uring_mmap()
100 struct io_uring_sq *sq = &ring->sq; in io_uring_queue_exit() local
Dqueue.c70 struct io_uring_sq *sq = &ring->sq; in io_uring_submit() local
143 struct io_uring_sq *sq = &ring->sq; in io_uring_get_sqe() local
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dtx.c52 static void mlx5e_xsk_tx_post_err(struct mlx5e_xdpsq *sq, in mlx5e_xsk_tx_post_err()
67 bool mlx5e_xsk_tx(struct mlx5e_xdpsq *sq, unsigned int budget) in mlx5e_xsk_tx()
/linux-5.19.10/sound/oss/dmasound/
Ddmasound_core.c411 static int sq_allocate_buffers(struct sound_queue *sq, int num, int size) in sq_allocate_buffers()
435 static void sq_release_buffers(struct sound_queue *sq) in sq_release_buffers()
448 static int sq_setup(struct sound_queue *sq) in sq_setup()
688 static inline void sq_init_waitqueue(struct sound_queue *sq) in sq_init_waitqueue()
707 static int sq_open2(struct sound_queue *sq, struct file *file, fmode_t mode, in sq_open2()
953 static int set_queue_frags(struct sound_queue *sq, int bufs, int size) in set_queue_frags()

123456