scpi_xfer
struct scpi_xfer *xfers;
struct scpi_xfer *t, *match = NULL;
match = list_first_entry(&ch->rx_pending, struct scpi_xfer,
struct scpi_xfer *t = msg;
static struct scpi_xfer *get_scpi_xfer(struct scpi_chan *ch)
struct scpi_xfer *t;
t = list_first_entry(&ch->xfers_list, struct scpi_xfer, node);
static void put_scpi_xfer(struct scpi_xfer *t, struct scpi_chan *ch)
struct scpi_xfer *msg;
struct scpi_xfer *xfers;