Searched refs:ctl_len (Results 1 – 7 of 7) sorted by relevance
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()
1002 u32 ctl_len; member
1318 vrq->data.prde[0].ctl_len = in esas2r_nvram_write()
1206 rq->vrq->cfg.data.prde.ctl_len = in esas2r_format_init_msg()
225 struct gd_ctl_len ctl_len; member
2543 int ctl_len; in ____sys_sendmsg() local2551 ctl_len = msg_sys->msg_controllen; in ____sys_sendmsg()2552 if ((MSG_CMSG_COMPAT & flags) && ctl_len) { in ____sys_sendmsg()2559 ctl_len = msg_sys->msg_controllen; in ____sys_sendmsg()2560 } else if (ctl_len) { in ____sys_sendmsg()2563 if (ctl_len > sizeof(ctl)) { in ____sys_sendmsg()2564 ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL); in ____sys_sendmsg()2569 if (copy_from_user(ctl_buf, msg_sys->msg_control_user, ctl_len)) in ____sys_sendmsg()2606 sock_kfree_s(sock->sk, ctl_buf, ctl_len); in ____sys_sendmsg()
1715 size_t optmem_max, ctl_len, chunk_size; in test_stream_msgzcopy_leak_zcskb_client() local 1743 ctl_len = optmem_max - 1; in test_stream_msgzcopy_leak_zcskb_client() 1744 if (ctl_len > PAGE_SIZE << MAX_PAGE_ORDER) { in test_stream_msgzcopy_leak_zcskb_client() 1749 chunk_size = CMSG_SPACE(ctl_len); in test_stream_msgzcopy_leak_zcskb_client() 1763 msg.msg_controllen = ctl_len; in test_stream_msgzcopy_leak_zcskb_client()