Home
last modified time | relevance | path

Searched refs:hinic_qp (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c501 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()
Dhinic_rx.c358 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()
Dhinic_hw_io.c113 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()
Dhinic_hw_io.h70 struct hinic_qp *qps;
Dhinic_hw_dev.c1084 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()
Dhinic_hw_qp.h121 struct hinic_qp { struct
Dhinic_hw_qp.c620 struct hinic_qp *qp = container_of(sq, struct hinic_qp, sq); in sq_prepare_db()