Searched refs:hinic_qp (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/huawei/hinic/ |
D | hinic_tx.c | 500 struct hinic_qp *qp; in hinic_lb_xmit_frame() 503 qp = container_of(txq->sq, struct hinic_qp, sq); in hinic_lb_xmit_frame() 561 struct hinic_qp *qp; in hinic_xmit_frame() 564 qp = container_of(txq->sq, struct hinic_qp, sq); in hinic_xmit_frame() 700 struct hinic_qp *qp = container_of(txq->sq, struct hinic_qp, sq); in free_tx_poll() 805 struct hinic_qp *qp; in tx_request_irq() 808 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 | 356 struct hinic_qp *qp = container_of(rxq->rq, struct hinic_qp, rq); in rxq_recv() 520 struct hinic_qp *qp; in rx_request_irq() 523 qp = container_of(rq, struct hinic_qp, rq); in rx_request_irq() 583 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 | 1061 struct hinic_qp *qp = &func_to_io->qps[i]; in hinic_hwdev_get_sq() 1079 struct hinic_qp *qp = &func_to_io->qps[i]; in hinic_hwdev_get_rq() 1134 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 | 617 struct hinic_qp *qp = container_of(sq, struct hinic_qp, sq); in sq_prepare_db()
|