Searched defs:scpi_xfer (Results 1 – 1 of 1) sorted by relevance
108339 struct scpi_xfer { struct108340 u32 slot;108341 u32 cmd;108342 u32 status;108343 const void *tx_buf;108344 void *rx_buf;108345 unsigned int tx_len;108346 unsigned int rx_len;108347 struct list_head node;108348 struct completion done;