Home
last modified time | relevance | path

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

/linux/drivers/ntb/
H A Dntb_transport.c132 struct ntb_transport_qp { struct
149 void (*tx_handler)(struct ntb_transport_qp *qp, void *qp_data, argument
161 void (*rx_handler)(struct ntb_transport_qp *qp, void *qp_data, argument
163 struct list_head rx_post_q;
164 struct list_head rx_pend_q;
165 struct list_head rx_free_q;
167 spinlock_t ntb_rx_q_lock;
168 void *rx_buff;
169 unsigned int rx_index;
170 unsigned int rx_max_entry;
[all …]