Home
last modified time | relevance | path

Searched refs:xfer_trans (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_xfer.c71 struct xfer_transaction *xfer_trans; in exec_more() local
91 xfer_trans = kzalloc(sizeof(*xfer_trans), GFP_ATOMIC); in exec_more()
92 if (!xfer_trans) { in exec_more()
107 xfer_trans->xfer_state = xfer_state; in exec_more()
108 xfer_trans->transaction.addr = pos_addr; in exec_more()
109 xfer_trans->transaction.complete1 = trans_complete; in exec_more()
110 xfer_trans->transaction.conn = xfer_state->xfer->conn; in exec_more()
111 xfer_trans->transaction.data = pos_data; in exec_more()
112 xfer_trans->transaction.direction = xfer_state->xfer->direction; in exec_more()
113 xfer_trans->transaction.size = cur_size; in exec_more()
[all …]