Searched refs:req_bytes (Results 1 – 1 of 1) sorted by relevance
144 char *req_bytes; member1980 ss->tx.req_bytes = kzalloc(bytes, GFP_KERNEL); in myri10ge_allocate_rings()1981 if (ss->tx.req_bytes == NULL) in myri10ge_allocate_rings()1986 ALIGN((unsigned long)ss->tx.req_bytes, 8); in myri10ge_allocate_rings()2080 kfree(ss->tx.req_bytes); in myri10ge_allocate_rings()2081 ss->tx.req_bytes = NULL; in myri10ge_allocate_rings()2155 kfree(ss->tx.req_bytes); in myri10ge_free_rings()2156 ss->tx.req_bytes = NULL; in myri10ge_free_rings()2500 if (mgp->ss[0].tx.req_bytes == NULL) in myri10ge_close()