Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ntb/
Dntb_transport.c96 struct ntb_transport_qp { struct
109 void (*tx_handler)(struct ntb_transport_qp *qp, void *qp_data, argument
119 void (*rx_handler)(struct ntb_transport_qp *qp, void *qp_data, argument
121 struct list_head rx_pend_q;
122 struct list_head rx_free_q;
123 spinlock_t ntb_rx_pend_q_lock;
124 spinlock_t ntb_rx_free_q_lock;
125 void *rx_buff;
126 unsigned int rx_index;
127 unsigned int rx_max_entry;
[all …]