Lines Matching defs:nitrox_softreq
512 struct nitrox_softreq { struct
513 struct list_head response;
514 struct list_head backlog;
516 u32 flags;
517 gfp_t gfp;
518 atomic_t status;
520 struct nitrox_device *ndev;
521 struct nitrox_cmdq *cmdq;
523 struct nps_pkt_instr instr;
524 struct resp_hdr resp;
525 struct nitrox_sgtable in;
526 struct nitrox_sgtable out;
528 unsigned long tstamp;
530 completion_t callback;
531 void *cb_arg;