Home
last modified time | relevance | path

Searched defs:ntb_transport_qp (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/ntb/
Dntb_transport.c125 struct ntb_transport_qp { struct
142 void (*tx_handler)(struct ntb_transport_qp *qp, void *qp_data, argument
152 void (*rx_handler)(struct ntb_transport_qp *qp, void *qp_data, argument
154 struct list_head rx_post_q;
155 struct list_head rx_pend_q;
156 struct list_head rx_free_q;
158 spinlock_t ntb_rx_q_lock;
159 void *rx_buff;
160 unsigned int rx_index;
161 unsigned int rx_max_entry;
[all …]