Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c121 static bool run_test(int wr_size, int wp_size, int wr, int wp) in run_test() argument
134 child(wr_size, wr); in run_test()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_io.c547 int wr_size; in chtls_wr_size() local
549 wr_size = TLS_WR_CPL_LEN; in chtls_wr_size()
550 wr_size += KEY_ON_MEM_SZ; in chtls_wr_size()
551 wr_size += ivs_size(csk->sk, skb); in chtls_wr_size()
554 return wr_size; in chtls_wr_size()
560 return wr_size; in chtls_wr_size()
607 int wr_size; in chtls_push_frames() local
609 wr_size = sizeof(struct fw_ofld_tx_data_wr); in chtls_push_frames()
635 wr_size = chtls_wr_size(csk, skb, false); in chtls_push_frames()
639 wr_size = chtls_wr_size(csk, skb, false); in chtls_push_frames()
[all …]
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_lnode.c1732 uint32_t wr_size = 0; in csio_ln_mgmt_submit_wr() local
1739 wr_size = sizeof(struct fw_fcoe_els_ct_wr); in csio_ln_mgmt_submit_wr()
1743 wr_size += ALIGN(pld_len, 8); in csio_ln_mgmt_submit_wr()
1746 wr_size += sizeof(struct ulptx_sgl); in csio_ln_mgmt_submit_wr()
1749 wr_size = ALIGN(wr_size, 16); in csio_ln_mgmt_submit_wr()
1752 ret = csio_wr_get(hw, mgmtm->eq_idx, wr_size, &wrp); in csio_ln_mgmt_submit_wr()
1760 csio_ln_prep_ecwr(io_req, wr_size, im_len, sub_op, in csio_ln_mgmt_submit_wr()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_hqvdp.c898 int wr_size; in sti_hqvdp_start_xp70() member
927 if ((sizeof(*header) + header->rd_size + header->wr_size + in sti_hqvdp_start_xp70()
930 sizeof(*header), header->rd_size, header->wr_size, in sti_hqvdp_start_xp70()
941 data += header->wr_size; in sti_hqvdp_start_xp70()
968 for (i = 0; i < header->wr_size / 4; i++) in sti_hqvdp_start_xp70()
/Linux-v4.19/drivers/infiniband/core/
Duverbs_cmd.c2190 static void *alloc_wr(size_t wr_size, __u32 num_sge) in alloc_wr() argument
2192 if (num_sge >= (U32_MAX - ALIGN(wr_size, sizeof (struct ib_sge))) / in alloc_wr()
2196 return kmalloc(ALIGN(wr_size, sizeof (struct ib_sge)) + in alloc_wr()