Lines Matching defs:ntb_transport_qp
118 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;
154 unsigned int rx_max_frame;
155 dma_cookie_t last_cookie;
156 struct tasklet_struct rxc_db_work;
158 void (*event_handler)(void *data, int status);
159 struct delayed_work link_work;
160 struct work_struct link_cleanup;
162 struct dentry *debugfs_dir;
163 struct dentry *debugfs_stats;
166 u64 rx_bytes;
167 u64 rx_pkts;
168 u64 rx_ring_empty;
169 u64 rx_err_no_buf;
170 u64 rx_err_oflow;
171 u64 rx_err_ver;
172 u64 rx_memcpy;
173 u64 rx_async;
174 u64 tx_bytes;
175 u64 tx_pkts;
176 u64 tx_ring_full;
177 u64 tx_err_no_buf;
178 u64 tx_memcpy;
179 u64 tx_async;