Lines Matching defs:nitrox_softreq
504 struct nitrox_softreq { struct
505 struct list_head response;
506 struct list_head backlog;
508 u32 flags;
509 gfp_t gfp;
510 atomic_t status;
512 struct nitrox_device *ndev;
513 struct nitrox_cmdq *cmdq;
515 struct nps_pkt_instr instr;
516 struct resp_hdr resp;
517 struct nitrox_sgtable in;
518 struct nitrox_sgtable out;
520 unsigned long tstamp;
522 completion_t callback;
523 void *cb_arg;