Home
last modified time | relevance | path

Searched refs:wqes (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.c125 struct io_wqe *wqes[]; member
956 struct io_wqe *wqe = wq->wqes[numa_node_id()]; in io_wq_enqueue()
1076 struct io_wqe *wqe = wq->wqes[node]; in io_wq_cancel_cb()
1090 struct io_wqe *wqe = wq->wqes[node]; in io_wq_cancel_cb()
1133 wq = kzalloc(struct_size(wq, wqes, nr_node_ids), GFP_KERNEL); in io_wq_create()
1155 wq->wqes[node] = wqe; in io_wq_create()
1186 if (!wq->wqes[node]) in io_wq_create()
1188 free_cpumask_var(wq->wqes[node]->cpu_mask); in io_wq_create()
1189 kfree(wq->wqes[node]); in io_wq_create()
1234 struct io_wqe *wqe = wq->wqes[node]; in io_wq_exit_workers()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dcnic.c1342 static int cnic_submit_bnx2_kwqes(struct cnic_dev *dev, struct kwqe *wqes[], in cnic_submit_bnx2_kwqes() argument
1365 memcpy(prod_qe, wqes[i], sizeof(struct kwqe)); in cnic_submit_bnx2_kwqes()
1685 static int cnic_setup_bnx2x_ctx(struct cnic_dev *dev, struct kwqe *wqes[], in cnic_setup_bnx2x_ctx() argument
1691 (struct iscsi_kwqe_conn_offload1 *) wqes[0]; in cnic_setup_bnx2x_ctx()
1693 (struct iscsi_kwqe_conn_offload2 *) wqes[1]; in cnic_setup_bnx2x_ctx()
1714 req3 = (struct iscsi_kwqe_conn_offload3 *) wqes[n++]; in cnic_setup_bnx2x_ctx()
1811 req3 = (struct iscsi_kwqe_conn_offload3 *) wqes[n++]; in cnic_setup_bnx2x_ctx()
1872 static int cnic_bnx2x_iscsi_ofld1(struct cnic_dev *dev, struct kwqe *wqes[], in cnic_bnx2x_iscsi_ofld1() argument
1890 req1 = (struct iscsi_kwqe_conn_offload1 *) wqes[0]; in cnic_bnx2x_iscsi_ofld1()
1891 req2 = (struct iscsi_kwqe_conn_offload2 *) wqes[1]; in cnic_bnx2x_iscsi_ofld1()
[all …]
H A Dcnic_if.h319 int (*submit_kwqes)(struct cnic_dev *dev, struct kwqe *wqes[],
321 int (*submit_kwqes_16)(struct cnic_dev *dev, struct kwqe_16 *wqes[],
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_cmd.c1996 const void __user *wqes; in ib_uverbs_post_send() local
2002 wqes = uverbs_request_next_ptr(&iter, cmd.wqe_size * cmd.wr_count); in ib_uverbs_post_send()
2003 if (IS_ERR(wqes)) in ib_uverbs_post_send()
2004 return PTR_ERR(wqes); in ib_uverbs_post_send()
2027 if (copy_from_user(user_wr, wqes + i * cmd.wqe_size, in ib_uverbs_post_send()
2187 const void __user *wqes; in ib_uverbs_unmarshall_recv() local
2192 wqes = uverbs_request_next_ptr(iter, wqe_size * wr_count); in ib_uverbs_unmarshall_recv()
2193 if (IS_ERR(wqes)) in ib_uverbs_unmarshall_recv()
2194 return ERR_CAST(wqes); in ib_uverbs_unmarshall_recv()
2210 if (copy_from_user(user_wr, wqes + i * wqe_size, in ib_uverbs_unmarshall_recv()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h102 #define MLX5E_REQUIRED_MTTS(wqes) (wqes * MLX5E_REQUIRED_WQE_MTTS) argument