Home
last modified time | relevance | path

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

123456

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c43 static void mlx5e_dma_unmap_wqe_err(struct mlx5e_txqsq *sq, u8 num_dma) in mlx5e_dma_unmap_wqe_err()
217 ipsec_txwqe_build_eseg_csum(struct mlx5e_txqsq *sq, struct sk_buff *skb, in ipsec_txwqe_build_eseg_csum()
232 mlx5e_txwqe_build_eseg_csum(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_txwqe_build_eseg_csum()
261 mlx5e_tx_get_gso_ihs(struct mlx5e_txqsq *sq, struct sk_buff *skb) in mlx5e_tx_get_gso_ihs()
283 mlx5e_txwqe_build_dsegs(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_txwqe_build_dsegs()
348 mlx5e_tx_wqe_inline_mode(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_tx_wqe_inline_mode()
367 static void mlx5e_sq_xmit_prepare(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_sq_xmit_prepare()
440 static void mlx5e_tx_check_stop(struct mlx5e_txqsq *sq) in mlx5e_tx_check_stop()
449 mlx5e_txwqe_complete(struct mlx5e_txqsq *sq, struct sk_buff *skb, in mlx5e_txwqe_complete()
487 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.c204 struct mlx5e_icosq *sq, in mlx5e_build_umr_wqe()
922 static void mlx5e_free_xdpsq_db(struct mlx5e_xdpsq *sq) in mlx5e_free_xdpsq_db()
928 static int mlx5e_alloc_xdpsq_fifo(struct mlx5e_xdpsq *sq, int numa) in mlx5e_alloc_xdpsq_fifo()
946 static int mlx5e_alloc_xdpsq_db(struct mlx5e_xdpsq *sq, int numa) in mlx5e_alloc_xdpsq_db()
969 struct mlx5e_xdpsq *sq, in mlx5e_alloc_xdpsq()
1009 static void mlx5e_free_xdpsq(struct mlx5e_xdpsq *sq) in mlx5e_free_xdpsq()
1015 static void mlx5e_free_icosq_db(struct mlx5e_icosq *sq) in mlx5e_free_icosq_db()
1020 static int mlx5e_alloc_icosq_db(struct mlx5e_icosq *sq, int numa) in mlx5e_alloc_icosq_db()
1035 struct mlx5e_icosq *sq = container_of(recover_work, struct mlx5e_icosq, in mlx5e_icosq_err_cqe_work() local
1043 struct mlx5e_icosq *sq) in mlx5e_alloc_icosq()
[all …]
/Linux-v5.15/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()
166 static u16 mlx5e_xdpsq_get_next_pi(struct mlx5e_xdpsq *sq, u16 size) in mlx5e_xdpsq_get_next_pi()
195 static void mlx5e_xdp_mpwqe_session_start(struct mlx5e_xdpsq *sq) in mlx5e_xdp_mpwqe_session_start()
217 void mlx5e_xdp_mpwqe_complete(struct mlx5e_xdpsq *sq) in mlx5e_xdp_mpwqe_complete()
245 INDIRECT_CALLABLE_SCOPE int mlx5e_xmit_xdp_frame_check_mpwqe(struct mlx5e_xdpsq *sq) in mlx5e_xmit_xdp_frame_check_mpwqe()
265 mlx5e_xmit_xdp_frame_mpwqe(struct mlx5e_xdpsq *sq, struct mlx5e_xmit_data *xdptxd, in mlx5e_xmit_xdp_frame_mpwqe()
299 INDIRECT_CALLABLE_SCOPE int mlx5e_xmit_xdp_frame_check(struct mlx5e_xdpsq *sq) in mlx5e_xmit_xdp_frame_check()
312 mlx5e_xmit_xdp_frame(struct mlx5e_xdpsq *sq, struct mlx5e_xmit_data *xdptxd, in mlx5e_xmit_xdp_frame()
366 static void mlx5e_free_xdpsq_desc(struct mlx5e_xdpsq *sq, in mlx5e_free_xdpsq_desc()
402 struct mlx5e_xdpsq *sq; in mlx5e_poll_xdpsq_cq() local
[all …]
Dreporter_tx.c8 static int mlx5e_wait_for_sq_flush(struct mlx5e_txqsq *sq) in mlx5e_wait_for_sq_flush()
27 static void mlx5e_reset_txqsq_cc_pc(struct mlx5e_txqsq *sq) in mlx5e_reset_txqsq_cc_pc()
41 struct mlx5e_txqsq *sq; in mlx5e_tx_reporter_err_cqe_recover() local
89 struct mlx5e_txqsq *sq; member
98 struct mlx5e_txqsq *sq; in mlx5e_tx_reporter_timeout_recover() local
147 struct mlx5e_txqsq *sq, int tc) in mlx5e_tx_reporter_build_diagnose_output_sq_common()
195 struct mlx5e_txqsq *sq, int tc) in mlx5e_tx_reporter_build_diagnose_output()
376 struct mlx5e_txqsq *sq = &c->sq[tc]; in mlx5e_tx_reporter_diagnose() local
409 struct mlx5e_txqsq *sq = ctx; in mlx5e_tx_reporter_dump_sq() local
498 struct mlx5e_txqsq *sq = &c->sq[tc]; in mlx5e_tx_reporter_dump_all_sqs() local
[all …]
Dxdp.h99 static inline void mlx5e_xmit_xdp_doorbell(struct mlx5e_xdpsq *sq) in mlx5e_xmit_xdp_doorbell()
110 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.h92 #define MLX5E_TX_FETCH_WQE(sq, pi) \ argument
141 static inline u16 mlx5e_txqsq_get_next_pi(struct mlx5e_txqsq *sq, u16 size) in mlx5e_txqsq_get_next_pi()
191 static inline u16 mlx5e_icosq_get_next_pi(struct mlx5e_icosq *sq, u16 size) in mlx5e_icosq_get_next_pi()
246 mlx5e_dma_get(struct mlx5e_txqsq *sq, u32 i) in mlx5e_dma_get()
252 mlx5e_dma_push(struct mlx5e_txqsq *sq, dma_addr_t addr, u32 size, in mlx5e_dma_push()
444 static inline bool mlx5e_icosq_can_post_wqe(struct mlx5e_icosq *sq, u16 wqe_size) in mlx5e_icosq_can_post_wqe()
/Linux-v5.15/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-v5.15/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.c46 #define HW_CONS_IDX(sq) be16_to_cpu(*(u16 *)((sq)->hw_ci_addr)) argument
669 struct hinic_sq *sq = txq->sq; in free_all_tx_skbs() local
704 struct hinic_sq *sq = txq->sq; in free_tx_poll() local
805 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-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c147 static void tx_fill_wi(struct mlx5e_txqsq *sq, in tx_fill_wi()
171 post_static_params(struct mlx5e_txqsq *sq, in post_static_params()
189 post_progress_params(struct mlx5e_txqsq *sq, in post_progress_params()
206 mlx5e_ktls_tx_post_param_wqes(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_post_param_wqes()
287 tx_post_resync_params(struct mlx5e_txqsq *sq, in tx_post_resync_params()
308 tx_post_resync_dump(struct mlx5e_txqsq *sq, skb_frag_t *frag, u32 tisn, bool first) in tx_post_resync_dump()
349 void mlx5e_ktls_tx_handle_resync_dump_comp(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_handle_resync_dump_comp()
365 static void tx_post_fence_nop(struct mlx5e_txqsq *sq) in tx_post_fence_nop()
377 struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_handle_ooo()
451 bool mlx5e_ktls_handle_tx_skb(struct tls_context *tls_ctx, struct mlx5e_txqsq *sq, in mlx5e_ktls_handle_tx_skb()
Dktls_utils.h57 #define MLX5E_TLS_FETCH_SET_STATIC_PARAMS_WQE(sq, pi) \ argument
61 #define MLX5E_TLS_FETCH_SET_PROGRESS_PARAMS_WQE(sq, pi) \ argument
65 #define MLX5E_TLS_FETCH_GET_PROGRESS_PARAMS_WQE(sq, pi) \ argument
69 #define MLX5E_TLS_FETCH_DUMP_WQE(sq, pi) \ argument
Dktls_rx.c147 static void icosq_fill_wi(struct mlx5e_icosq *sq, u16 pi, in icosq_fill_wi()
154 post_static_params(struct mlx5e_icosq *sq, in post_static_params()
183 post_progress_params(struct mlx5e_icosq *sq, in post_progress_params()
218 struct mlx5e_icosq *sq; in post_rx_param_wqes() local
270 resync_post_get_progress_params(struct mlx5e_icosq *sq, in resync_post_get_progress_params()
353 struct mlx5e_icosq *sq; in resync_handle_work() local
386 struct mlx5e_icosq *sq; in resync_handle_seq_match() local
415 struct mlx5e_icosq *sq) in mlx5e_ktls_handle_get_psv_completion()
703 struct mlx5e_icosq *sq; in mlx5e_ktls_rx_handle_resync_list() local
Den_accel.h118 struct mlx5e_txqsq *sq, in mlx5e_accel_tx_begin()
151 static inline unsigned int mlx5e_accel_tx_ids_len(struct mlx5e_txqsq *sq, in mlx5e_accel_tx_ids_len()
180 static inline void mlx5e_accel_tx_finish(struct mlx5e_txqsq *sq, in mlx5e_accel_tx_finish()
Dktls_txrx.h33 mlx5e_ktls_tx_try_handle_resync_dump_comp(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_try_handle_resync_dump_comp()
53 mlx5e_ktls_tx_try_handle_resync_dump_comp(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_try_handle_resync_dump_comp()
/Linux-v5.15/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c504 struct snd_queue *sq, int q_len, int qidx) in nicvf_init_snd_queue()
553 void nicvf_unmap_sndq_buffers(struct nicvf *nic, struct snd_queue *sq, in nicvf_unmap_sndq_buffers()
571 static void nicvf_free_snd_queue(struct nicvf *nic, struct snd_queue *sq) in nicvf_free_snd_queue()
862 struct snd_queue *sq; in nicvf_snd_queue_config() local
1118 static inline int nicvf_get_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_get_sq_desc()
1134 static inline void nicvf_rollback_sq_desc(struct snd_queue *sq, in nicvf_rollback_sq_desc()
1142 void nicvf_put_sq_desc(struct snd_queue *sq, int desc_cnt) in nicvf_put_sq_desc()
1152 static inline int nicvf_get_nxt_sqentry(struct snd_queue *sq, int qentry) in nicvf_get_nxt_sqentry()
1159 void nicvf_sq_enable(struct nicvf *nic, struct snd_queue *sq, int qidx) in nicvf_sq_enable()
1179 void nicvf_sq_free_used_descs(struct net_device *netdev, struct snd_queue *sq, in nicvf_sq_free_used_descs()
[all …]
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c78 struct otx2_snd_queue *sq, in otx2_snd_pkt_handler()
448 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq, in otx2_sqe_flush()
467 static bool otx2_sqe_add_sg(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_sg()
512 static void otx2_sqe_add_ext(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_ext()
582 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem()
597 static void otx2_sqe_add_hdr(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_hdr()
645 struct otx2_snd_queue *sq, in otx2_dma_map_tso_skb()
677 static u64 otx2_tso_frag_dma_addr(struct otx2_snd_queue *sq, in otx2_tso_frag_dma_addr()
695 static void otx2_sqe_tso_add_sg(struct otx2_snd_queue *sq, in otx2_sqe_tso_add_sg()
726 static void otx2_sq_append_tso(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sq_append_tso()
[all …]
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/block/
Dblk-throttle.c256 static struct throtl_grp *sq_to_tg(struct throtl_service_queue *sq) in sq_to_tg()
271 static struct throtl_data *sq_to_td(struct throtl_service_queue *sq) in sq_to_td()
373 #define throtl_log(sq, fmt, args...) do { \ argument
482 static void throtl_service_queue_init(struct throtl_service_queue *sq) in throtl_service_queue_init()
544 struct throtl_service_queue *sq = &tg->service_queue; in throtl_pd_init() local
721 static void throtl_schedule_pending_timer(struct throtl_service_queue *sq, in throtl_schedule_pending_timer()
758 static bool throtl_schedule_next_dispatch(struct throtl_service_queue *sq, in throtl_schedule_next_dispatch()
1096 struct throtl_service_queue *sq = &tg->service_queue; in throtl_add_bio_tg() local
1119 struct throtl_service_queue *sq = &tg->service_queue; in tg_update_disptime() local
1155 struct throtl_service_queue *sq = &tg->service_queue; in tg_dispatch_one_bio() local
[all …]
/Linux-v5.15/sound/oss/dmasound/
Ddmasound_core.c416 static int sq_allocate_buffers(struct sound_queue *sq, int num, int size) in sq_allocate_buffers()
440 static void sq_release_buffers(struct sound_queue *sq) in sq_release_buffers()
453 static int sq_setup(struct sound_queue *sq) in sq_setup()
693 static inline void sq_init_waitqueue(struct sound_queue *sq) in sq_init_waitqueue()
712 static int sq_open2(struct sound_queue *sq, struct file *file, fmode_t mode, in sq_open2()
958 static int set_queue_frags(struct sound_queue *sq, int bufs, int size) in set_queue_frags()

123456