Searched refs:hinic_qp (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_tx.c | 501 struct hinic_qp *qp; in hinic_lb_xmit_frame() 504 qp = container_of(txq->sq, struct hinic_qp, sq); in hinic_lb_xmit_frame() 562 struct hinic_qp *qp; in hinic_xmit_frame() 565 qp = container_of(txq->sq, struct hinic_qp, sq); in hinic_xmit_frame() 701 struct hinic_qp *qp = container_of(txq->sq, struct hinic_qp, sq); in free_tx_poll() 806 struct hinic_qp *qp; in tx_request_irq() 809 qp = container_of(sq, struct hinic_qp, sq); in tx_request_irq() 861 struct hinic_qp *qp = container_of(sq, struct hinic_qp, sq); in hinic_init_txq()
|
| D | hinic_rx.c | 358 struct hinic_qp *qp = container_of(rxq->rq, struct hinic_qp, rq); in rxq_recv() 521 struct hinic_qp *qp; in rx_request_irq() 524 qp = container_of(rq, struct hinic_qp, rq); in rx_request_irq() 584 struct hinic_qp *qp = container_of(rq, struct hinic_qp, rq); in hinic_init_rxq()
|
| D | hinic_hw_io.c | 113 struct hinic_qp *qp; in write_sq_ctxts() 157 struct hinic_qp *qp; in write_rq_ctxts() 272 struct hinic_qp *qp, int q_id, in init_qp() 348 struct hinic_qp *qp) in destroy_qp()
|
| D | hinic_hw_io.h | 70 struct hinic_qp *qps;
|
| D | hinic_hw_dev.c | 1084 struct hinic_qp *qp = &func_to_io->qps[i]; in hinic_hwdev_get_sq() 1102 struct hinic_qp *qp = &func_to_io->qps[i]; in hinic_hwdev_get_rq() 1157 struct hinic_qp *qp = container_of(sq, struct hinic_qp, sq); in hinic_hwdev_hw_ci_addr_set()
|
| D | hinic_hw_qp.h | 121 struct hinic_qp { struct
|
| D | hinic_hw_qp.c | 620 struct hinic_qp *qp = container_of(sq, struct hinic_qp, sq); in sq_prepare_db()
|