Lines Matching defs:qp
84 struct ntb_transport_qp *qp; member
203 #define QP_TO_MW(ndev, qp) ((qp) % ntb_max_mw(ndev)) argument
398 struct ntb_transport_qp *qp; in debugfs_read() local
503 struct ntb_transport_qp *qp = &nt->qps[qp_num]; in ntb_transport_setup_qp_mw() local
598 static void ntb_qp_link_cleanup(struct ntb_transport_qp *qp) in ntb_qp_link_cleanup()
617 struct ntb_transport_qp *qp = container_of(work, in ntb_qp_link_cleanup_work() local
629 static void ntb_qp_link_down(struct ntb_transport_qp *qp) in ntb_qp_link_down()
793 struct ntb_transport_qp *qp = &nt->qps[i]; in ntb_transport_link_work() local
814 struct ntb_transport_qp *qp = container_of(work, in ntb_qp_link_work() local
856 struct ntb_transport_qp *qp; in ntb_transport_init_queue() local
1026 struct ntb_transport_qp *qp = entry->qp; in ntb_rx_copy_callback() local
1057 struct ntb_transport_qp *qp = entry->qp; in ntb_async_rx() local
1136 static int ntb_process_rxc(struct ntb_transport_qp *qp) in ntb_process_rxc()
1216 struct ntb_transport_qp *qp = data; in ntb_transport_rxc_db() local
1240 struct ntb_transport_qp *qp = entry->qp; in ntb_tx_copy_callback() local
1271 static void ntb_async_tx(struct ntb_transport_qp *qp, in ntb_async_tx()
1347 static int ntb_process_tx(struct ntb_transport_qp *qp, in ntb_process_tx()
1377 static void ntb_send_link_down(struct ntb_transport_qp *qp) in ntb_send_link_down()
1429 struct ntb_transport_qp *qp; in ntb_transport_create_queue() local
1509 void ntb_transport_free_queue(struct ntb_transport_qp *qp) in ntb_transport_free_queue()
1565 void *ntb_transport_rx_remove(struct ntb_transport_qp *qp, unsigned int *len) in ntb_transport_rx_remove()
1598 int ntb_transport_rx_enqueue(struct ntb_transport_qp *qp, void *cb, void *data, in ntb_transport_rx_enqueue()
1633 int ntb_transport_tx_enqueue(struct ntb_transport_qp *qp, void *cb, void *data, in ntb_transport_tx_enqueue()
1668 void ntb_transport_link_up(struct ntb_transport_qp *qp) in ntb_transport_link_up()
1688 void ntb_transport_link_down(struct ntb_transport_qp *qp) in ntb_transport_link_down()
1726 bool ntb_transport_link_query(struct ntb_transport_qp *qp) in ntb_transport_link_query()
1743 unsigned char ntb_transport_qp_num(struct ntb_transport_qp *qp) in ntb_transport_qp_num()
1760 unsigned int ntb_transport_max_size(struct ntb_transport_qp *qp) in ntb_transport_max_size()