Home
last modified time | relevance | path

Searched refs:req_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/iio/accel/
Dmma9551_core.c104 u8 req_bytes; member
194 if (rsp.nbytes != rsp.req_bytes) { in mma9551_transfer()
197 rsp.nbytes, rsp.req_bytes); in mma9551_transfer()
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c144 char *req_bytes; member
2149 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()