Searched refs:req_bytes (Results 1 – 1 of 1) sorted by relevance
148 char *req_bytes; member2155 ss->tx.req_bytes = kzalloc(bytes, GFP_KERNEL); in myri10ge_allocate_rings()2156 if (ss->tx.req_bytes == NULL) in myri10ge_allocate_rings()2161 ALIGN((unsigned long)ss->tx.req_bytes, 8); in myri10ge_allocate_rings()2255 kfree(ss->tx.req_bytes); in myri10ge_allocate_rings()2256 ss->tx.req_bytes = NULL; in myri10ge_allocate_rings()2330 kfree(ss->tx.req_bytes); in myri10ge_free_rings()2331 ss->tx.req_bytes = NULL; in myri10ge_free_rings()2672 if (mgp->ss[0].tx.req_bytes == NULL) in myri10ge_close()