| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.c | 34 static int otx2_get_free_sqe(struct otx2_snd_queue *sq) in otx2_get_free_sqe() 46 static void otx2_sq_set_sqe_base(struct otx2_snd_queue *sq, in otx2_sq_set_sqe_base() 106 struct otx2_snd_queue *sq, in otx2_xdp_snd_pkt_handler() 127 struct otx2_snd_queue *sq, in otx2_snd_pkt_handler() 468 struct otx2_snd_queue *sq; in otx2_tx_napi_handler() local 644 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq, in otx2_sqe_flush() 662 static bool otx2_sqe_add_sg(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_sg() 707 static void otx2_sqe_add_ext(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_ext() 775 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem() 798 static void otx2_sqe_add_hdr(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_hdr() [all …]
|
| H A D | otx2_xsk.c | 144 struct otx2_snd_queue *sq; in otx2_xsk_pool_disable() local 194 void otx2_attach_xsk_buff(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, int qidx) in otx2_attach_xsk_buff() 204 struct otx2_snd_queue *sq; in otx2_xsk_sq_append_pkt() local
|
| H A D | qos_sq.c | 38 struct otx2_snd_queue *sq; in otx2_qos_sq_aura_pool_init() local 120 struct otx2_snd_queue *sq; in otx2_qos_sq_free_sqbs() local 284 struct otx2_snd_queue *sq; in otx2_qos_disable_sq() local
|
| /linux/drivers/soc/qcom/ |
| H A D | qmi_interface.c | 168 struct sockaddr_qrtr sq; in qmi_send_new_lookup() local 231 struct sockaddr_qrtr sq; in qmi_send_new_server() local 390 static void qmi_invoke_handler(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, in qmi_invoke_handler() 442 struct sockaddr_qrtr sq; in qmi_handle_net_reset() local 473 struct sockaddr_qrtr *sq, in qmi_handle_message() 527 struct sockaddr_qrtr sq; in qmi_data_ready_work() local 586 struct sockaddr_qrtr *sq) in qmi_sock_create() 740 struct sockaddr_qrtr *sq, struct qmi_txn *txn, in qmi_send_message() 792 ssize_t qmi_send_request(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, in qmi_send_request() 813 ssize_t qmi_send_response(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, in qmi_send_response() [all …]
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_qp.c | 59 #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() 594 void hinic_sq_prepare_wqe(struct hinic_sq *sq, struct hinic_sq_wqe *sq_wqe, in hinic_sq_prepare_wqe() 615 static u32 sq_prepare_db(struct hinic_sq *sq, u16 prod_idx, unsigned int cos) in sq_prepare_db() [all …]
|
| H A D | hinic_tx.c | 47 #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/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | wc.c | 157 struct mlx5_wc_sq *sq) in create_wc_sq() 220 static int mlx5_wc_create_sq(struct mlx5_core_dev *mdev, struct mlx5_wc_sq *sq) in mlx5_wc_create_sq() 257 static void mlx5_wc_destroy_sq(struct mlx5_wc_sq *sq) in mlx5_wc_destroy_sq() 263 static void mlx5_iowrite64_copy(struct mlx5_wc_sq *sq, __be32 mmio_wqe[16], in mlx5_iowrite64_copy() 284 static void mlx5_wc_post_nop(struct mlx5_wc_sq *sq, unsigned int *offset, in mlx5_wc_post_nop() 323 static int mlx5_wc_poll_cq(struct mlx5_wc_sq *sq) in mlx5_wc_poll_cq() 363 struct mlx5_wc_sq *sq; in mlx5_core_test_wc() local
|
| H A D | en_dim.c | 58 struct mlx5e_txqsq *sq = dim->priv; in mlx5e_tx_dim_work() local 124 int mlx5e_dim_tx_change(struct mlx5e_txqsq *sq, bool enable) in mlx5e_dim_tx_change()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls_utils.h | 62 #define MLX5E_TLS_FETCH_SET_STATIC_PARAMS_WQE(sq, pi) \ argument 66 #define MLX5E_TLS_FETCH_SET_PROGRESS_PARAMS_WQE(sq, pi) \ argument 70 #define MLX5E_TLS_FETCH_GET_PROGRESS_PARAMS_WQE(sq, pi) \ argument 74 #define MLX5E_TLS_FETCH_DUMP_WQE(sq, pi) \ argument
|
| H A D | ktls_rx.c | 129 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() 166 post_progress_params(struct mlx5e_icosq *sq, in post_progress_params() 201 struct mlx5e_icosq *sq; in post_rx_param_wqes() local 252 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 371 struct mlx5e_icosq *sq; in resync_handle_seq_match() local 428 struct mlx5e_icosq *sq) in mlx5e_ktls_handle_get_psv_completion() 752 struct mlx5e_icosq *sq; in mlx5e_ktls_rx_handle_resync_list() local
|
| H A D | ktls_tx.c | 525 static void tx_fill_wi(struct mlx5e_txqsq *sq, in tx_fill_wi() 549 post_static_params(struct mlx5e_txqsq *sq, in post_static_params() 568 post_progress_params(struct mlx5e_txqsq *sq, in post_progress_params() 584 static void tx_post_fence_nop(struct mlx5e_txqsq *sq) in tx_post_fence_nop() 595 mlx5e_ktls_tx_post_param_wqes(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_post_param_wqes() 677 tx_post_resync_params(struct mlx5e_txqsq *sq, in tx_post_resync_params() 715 tx_post_resync_dump(struct mlx5e_txqsq *sq, skb_frag_t *frag, u32 tisn) in tx_post_resync_dump() 755 void mlx5e_ktls_tx_handle_resync_dump_comp(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_handle_resync_dump_comp() 773 struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_handle_ooo() 829 bool mlx5e_ktls_handle_tx_skb(struct net_device *netdev, struct mlx5e_txqsq *sq, in mlx5e_ktls_handle_tx_skb()
|
| H A D | ktls_txrx.h | 37 mlx5e_ktls_tx_try_handle_resync_dump_comp(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_try_handle_resync_dump_comp() 64 mlx5e_ktls_tx_try_handle_resync_dump_comp(struct mlx5e_txqsq *sq, in mlx5e_ktls_tx_try_handle_resync_dump_comp()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | send.c | 100 static void hws_send_engine_post_ring(struct mlx5hws_send_ring_sq *sq, in hws_send_engine_post_ring() 139 struct mlx5hws_send_ring_sq *sq; in mlx5hws_send_engine_post_end() local 298 struct mlx5hws_send_ring_sq *sq = &queue->send_ring.send_sq; in mlx5hws_send_engine_flush_queue() local 604 struct mlx5hws_send_ring_sq *sq = &send_ring->send_sq; in hws_send_engine_poll_cq() local 684 struct mlx5hws_send_ring_sq *sq, in hws_send_ring_alloc_sq() 727 static void hws_send_ring_free_sq(struct mlx5hws_send_ring_sq *sq) in hws_send_ring_free_sq() 739 struct mlx5hws_send_ring_sq *sq, in hws_send_ring_create_sq() 782 struct mlx5hws_send_ring_sq *sq) in hws_send_ring_destroy_sq() 808 static void hws_send_ring_close_sq(struct mlx5hws_send_ring_sq *sq) in hws_send_ring_close_sq() 819 struct mlx5hws_send_ring_sq *sq, in hws_send_ring_create_sq_rdy() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | qos.c | 79 struct mlx5e_txqsq *sq; in mlx5e_open_qos_sq() local 160 struct mlx5e_txqsq *sq; in mlx5e_activate_qos_sq() local 189 struct mlx5e_txqsq *sq; in mlx5e_deactivate_qos_sq() local 216 struct mlx5e_txqsq *sq; in mlx5e_close_qos_sq() local 247 struct mlx5e_txqsq *sq; in mlx5e_qos_close_queues() local 342 struct mlx5e_txqsq *sq; in mlx5e_qos_deactivate_queues() local
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_qmi.c | 84 struct sockaddr_qrtr *sq = &ipa_qmi->modem_sq; in ipa_server_init_complete() local 176 struct sockaddr_qrtr *sq, in ipa_server_indication_register() 205 struct sockaddr_qrtr *sq, in ipa_server_driver_init_complete() 253 struct sockaddr_qrtr *sq, in ipa_client_init_driver()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | wr.h | 33 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/net/qrtr/ |
| H A D | ns.c | 53 struct sockaddr_qrtr sq; member 195 static int announce_servers(struct sockaddr_qrtr *sq) in announce_servers() argument 323 static int ctrl_cmd_hello(struct sockaddr_qrtr *sq) in ctrl_cmd_hello() argument 339 struct sockaddr_qrtr sq; in ctrl_cmd_bye() local 391 struct sockaddr_qrtr sq; ctrl_cmd_del_client() local 592 struct sockaddr_qrtr sq; qrtr_ns_worker() local 689 struct sockaddr_qrtr sq; qrtr_ns_init() local [all...] |
| /linux/include/net/libeth/ |
| H A D | xsk.h | 113 const struct libeth_xdpsq *sq, u64 priv) in libeth_xsk_tx_fill_buf() 192 const struct libeth_xdpsq *sq, in __libeth_xsk_xmit_fill_buf_md() 225 const struct libeth_xdpsq *sq) in __libeth_xsk_xmit_fill_buf() 248 const struct libeth_xdpsq *sq, u64 priv) in libeth_xsk_xmit_fill_buf() 287 u32 (*prep)(void *xdpsq, struct libeth_xdpsq *sq), in libeth_xsk_xmit_do_bulk() 289 const struct libeth_xdpsq *sq, u64 priv), in libeth_xsk_xmit_do_bulk()
|
| /linux/sound/oss/dmasound/ |
| H A D | dmasound_core.c | 411 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()
|
| /linux/tools/include/io_uring/ |
| H A D | mini_liburing.h | 55 struct io_uring_sq sq; member 69 struct io_uring_sq *sq, struct io_uring_cq *cq) in io_uring_mmap() 154 struct io_uring_sq *sq = &ring->sq; in io_uring_get_sqe() local 187 struct io_uring_sq *sq = &ring->sq; in io_uring_submit() local 222 struct io_uring_sq *sq = &ring->sq; in io_uring_queue_exit() local
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | qplib_fp.c | 182 struct bnxt_qplib_q *sq = &qp->sq; in bnxt_qplib_free_qp_hdr_buf() local 204 struct bnxt_qplib_q *sq = &qp->sq; in bnxt_qplib_alloc_qp_hdr_buf() local 822 struct bnxt_qplib_q *sq = &qp->sq; in bnxt_qplib_create_qp1() local 943 struct bnxt_qplib_q *sq; in bnxt_qplib_init_psn_ptr() local 965 struct bnxt_qplib_q *sq = &qp->sq; in bnxt_qplib_create_qp() local 1627 struct bnxt_qplib_q *sq = &qp->sq; in bnxt_qplib_get_qp1_sq_buf() local 1820 static void bnxt_qplib_pull_psn_buff(struct bnxt_qplib_qp *qp, struct bnxt_qplib_q *sq, in bnxt_qplib_pull_psn_buff() 1846 struct bnxt_qplib_q *sq = &qp->sq; in bnxt_qplib_post_send_db() local 1856 struct bnxt_qplib_q *sq = &qp->sq; in bnxt_qplib_post_send() local 2361 static int __flush_sq(struct bnxt_qplib_q *sq, struct bnxt_qplib_qp *qp, in __flush_sq() [all …]
|
| /linux/drivers/nvme/target/ |
| H A D | auth.c | 143 u8 nvmet_setup_auth(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq) in nvmet_setup_auth() 239 void nvmet_auth_sq_free(struct nvmet_sq *sq) in nvmet_auth_sq_free() 557 void nvmet_auth_insert_psk(struct nvmet_sq *sq) in nvmet_auth_insert_psk()
|
| H A D | core.c | 799 struct nvmet_sq *sq = req->sq; in nvmet_req_complete() local 845 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup() 857 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_confirm_sq() local 925 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_create() 955 void nvmet_sq_destroy(struct nvmet_sq *sq) in nvmet_sq_destroy() 998 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_sq_free() local 1003 int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq) in nvmet_sq_init() 1149 bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq, in nvmet_req_init()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | tx.c | 46 static void mlx5e_xsk_tx_post_err(struct mlx5e_xdpsq *sq, in mlx5e_xsk_tx_post_err() 64 bool mlx5e_xsk_tx(struct mlx5e_xdpsq *sq, unsigned int budget) in mlx5e_xsk_tx()
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 396 struct send_queue *sq; member 571 static int virtnet_add_outbuf(struct send_queue *sq, int num, void *data, in virtnet_add_outbuf() 590 static void __free_old_xmit(struct send_queue *sq, struct netdev_queue *txq, in __free_old_xmit() 634 static void virtnet_free_old_xmit(struct send_queue *sq, in virtnet_free_old_xmit() 779 struct send_queue *sq) in virtnet_tx_wake_queue() 796 struct send_queue *sq = &vi->sq[index]; in skb_xmit_done() local 1093 static void free_old_xmit(struct send_queue *sq, struct netdev_queue *txq, in free_old_xmit() 1124 struct send_queue *sq) in tx_may_stop() 1156 struct send_queue *sq) in check_sq_full_and_disable() 1513 static int virtnet_xsk_xmit_one(struct send_queue *sq, in virtnet_xsk_xmit_one() [all …]
|