Searched refs:req_bytes (Results 1 – 2 of 2) sorted by relevance
104 u8 req_bytes; member194 if (rsp.nbytes != rsp.req_bytes) { in mma9551_transfer()197 rsp.nbytes, rsp.req_bytes); in mma9551_transfer()
144 char *req_bytes; member2149 ss->tx.req_bytes = kzalloc(bytes, GFP_KERNEL); in myri10ge_allocate_rings()2150 if (ss->tx.req_bytes == NULL) in myri10ge_allocate_rings()2155 ALIGN((unsigned long)ss->tx.req_bytes, 8); in myri10ge_allocate_rings()2249 kfree(ss->tx.req_bytes); in myri10ge_allocate_rings()2250 ss->tx.req_bytes = NULL; in myri10ge_allocate_rings()2324 kfree(ss->tx.req_bytes); in myri10ge_free_rings()2325 ss->tx.req_bytes = NULL; in myri10ge_free_rings()2666 if (mgp->ss[0].tx.req_bytes == NULL) in myri10ge_close()