Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ntb/
Dntb_transport.c118 struct ntb_transport_qp { struct
134 void (*tx_handler)(struct ntb_transport_qp *qp, void *qp_data, argument
144 void (*rx_handler)(struct ntb_transport_qp *qp, void *qp_data, argument
146 struct list_head rx_post_q;
147 struct list_head rx_pend_q;
148 struct list_head rx_free_q;
150 spinlock_t ntb_rx_q_lock;
151 void *rx_buff;
152 unsigned int rx_index;
153 unsigned int rx_max_entry;
[all …]