Home
last modified time | relevance | path

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

/drivers/ntb/
Dntb_transport.c131 struct ntb_transport_qp { struct
148 void (*tx_handler)(struct ntb_transport_qp *qp, void *qp_data, argument
160 void (*rx_handler)(struct ntb_transport_qp *qp, void *qp_data, argument
162 struct list_head rx_post_q;
163 struct list_head rx_pend_q;
164 struct list_head rx_free_q;
166 spinlock_t ntb_rx_q_lock;
167 void *rx_buff;
168 unsigned int rx_index;
169 unsigned int rx_max_entry;
[all …]