Searched refs:req_bytes (Results 1 – 6 of 6) sorted by relevance
290 int req_bytes; in sys_get_prop_image_version() local294 req_bytes = pkt->hdr.size - sizeof(*pkt); in sys_get_prop_image_version()296 if (req_bytes < VER_STR_SZ || !pkt->data[0] || pkt->num_properties > 1) in sys_get_prop_image_version()397 u32 req_bytes; in session_get_prop_profile_level() local399 req_bytes = pkt->shdr.hdr.size - sizeof(*pkt); in session_get_prop_profile_level()401 if (!req_bytes || req_bytes % sizeof(struct hfi_profile_level)) in session_get_prop_profile_level()417 u32 req_bytes; in session_get_prop_buf_req() local420 req_bytes = pkt->shdr.hdr.size - sizeof(*pkt); in session_get_prop_buf_req()422 if (!req_bytes || req_bytes % sizeof(*buf_req) || !pkt->data[0]) in session_get_prop_buf_req()430 while (req_bytes) { in session_get_prop_buf_req()[all …]
96 u8 req_bytes; member186 if (rsp.nbytes != rsp.req_bytes) { in mma9551_transfer()189 rsp.nbytes, rsp.req_bytes); in mma9551_transfer()
765 u32 req_bytes = 0; in aie2_get_hwctx_status() local780 req_bytes += sizeof(*tmp); in aie2_get_hwctx_status()781 if (args->buffer_size < req_bytes) { in aie2_get_hwctx_status()807 args->buffer_size, req_bytes); in aie2_get_hwctx_status()813 args->buffer_size = req_bytes; in aie2_get_hwctx_status()
298 int req_bytes = pkt->hdr.size - sizeof(*pkt); in iris_hfi_gen1_sys_get_prop_image_version() local303 if (req_bytes < IRIS_FW_VERSION_LENGTH - 1 || !pkt->data[0] || pkt->num_properties > 1) { in iris_hfi_gen1_sys_get_prop_image_version()
716 u32 req_bytes = pkt->size - sizeof(*pkt); in iris_hfi_gen2_handle_image_version_property() local720 if (req_bytes < IRIS_FW_VERSION_LENGTH - 1) in iris_hfi_gen2_handle_image_version_property()
144 char *req_bytes; member1968 ss->tx.req_bytes = kzalloc(bytes, GFP_KERNEL); in myri10ge_allocate_rings()1969 if (ss->tx.req_bytes == NULL) in myri10ge_allocate_rings()1974 ALIGN((unsigned long)ss->tx.req_bytes, 8); in myri10ge_allocate_rings()2068 kfree(ss->tx.req_bytes); in myri10ge_allocate_rings()2069 ss->tx.req_bytes = NULL; in myri10ge_allocate_rings()2143 kfree(ss->tx.req_bytes); in myri10ge_free_rings()2144 ss->tx.req_bytes = NULL; in myri10ge_free_rings()2482 if (mgp->ss[0].tx.req_bytes == NULL) in myri10ge_close()
Completed in 26 milliseconds