Lines Matching defs:nitrox_softreq
508 struct nitrox_softreq { struct
509 struct list_head response;
510 struct list_head backlog;
512 u32 flags;
513 gfp_t gfp;
514 atomic_t status;
516 struct nitrox_device *ndev;
517 struct nitrox_cmdq *cmdq;
519 struct nps_pkt_instr instr;
520 struct resp_hdr resp;
521 struct nitrox_sgtable in;
522 struct nitrox_sgtable out;
524 unsigned long tstamp;
526 completion_t callback;
527 void *cb_arg;