Searched refs:ctl_len (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_io.c | 418 sgc->sge.prd.curr->ctl_len = cpu_to_le32( in esas2r_build_prd_iblk() 439 sgc->sge.prd.chain->ctl_len |= cpu_to_le32( in esas2r_build_prd_iblk() 469 sgc->sge.prd.chain->ctl_len = cpu_to_le32(PRD_CHAIN); in esas2r_build_prd_iblk() 487 sgc->sge.prd.curr->ctl_len = cpu_to_le32(PRD_DATA | len); in esas2r_build_prd_iblk() 514 sgc->sge.prd.chain->ctl_len |= in esas2r_build_prd_iblk()
|
| H A D | atvda.h | 1002 u32 ctl_len; member
|
| H A D | esas2r_flash.c | 1318 vrq->data.prde[0].ctl_len = in esas2r_nvram_write()
|
| H A D | esas2r_init.c | 1202 rq->vrq->cfg.data.prde.ctl_len = in esas2r_format_init_msg()
|
| /linux/drivers/crypto/amcc/ |
| H A D | crypto4xx_reg_def.h | 225 struct gd_ctl_len ctl_len; member
|
| H A D | crypto4xx_core.c | 810 gd->ctl_len.len = len; in crypto4xx_build_pd() 811 gd->ctl_len.done = 0; in crypto4xx_build_pd() 812 gd->ctl_len.ready = 1; in crypto4xx_build_pd()
|
| /linux/net/ |
| H A D | socket.c | 2649 int ctl_len; in ____sys_sendmsg() local 2657 ctl_len = msg_sys->msg_controllen; in ____sys_sendmsg() 2658 if ((MSG_CMSG_COMPAT & flags) && ctl_len) { in ____sys_sendmsg() 2665 ctl_len = msg_sys->msg_controllen; in ____sys_sendmsg() 2666 } else if (ctl_len) { in ____sys_sendmsg() 2669 if (ctl_len > sizeof(ctl)) { in ____sys_sendmsg() 2670 ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL); in ____sys_sendmsg() 2675 if (copy_from_user(ctl_buf, msg_sys->msg_control_user, ctl_len)) in ____sys_sendmsg() 2712 sock_kfree_s(sock->sk, ctl_buf, ctl_len); in ____sys_sendmsg()
|
| /linux/tools/testing/vsock/ |
| H A D | vsock_test.c | 1748 size_t optmem_max, ctl_len, chunk_size; in test_stream_msgzcopy_leak_zcskb_client() 1776 ctl_len = optmem_max - 1; in test_stream_msgzcopy_leak_zcskb_client() 1777 if (ctl_len > PAGE_SIZE << MAX_PAGE_ORDER) { in test_stream_msgzcopy_leak_zcskb_client() 1782 chunk_size = CMSG_SPACE(ctl_len); in test_stream_msgzcopy_leak_zcskb_client() 1796 msg.msg_controllen = ctl_len; in test_stream_msgzcopy_leak_zcskb_server() 1727 size_t optmem_max, ctl_len, chunk_size; test_stream_msgzcopy_leak_zcskb_client() local
|