Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c498 struct hinic_qp *qp; in hinic_lb_xmit_frame()
501 qp = container_of(txq->sq, struct hinic_qp, sq); in hinic_lb_xmit_frame()
559 struct hinic_qp *qp; in hinic_xmit_frame()
562 qp = container_of(txq->sq, struct hinic_qp, sq); in hinic_xmit_frame()
698 struct hinic_qp *qp = container_of(txq->sq, struct hinic_qp, sq); in free_tx_poll()
803 struct hinic_qp *qp; in tx_request_irq()
806 qp = container_of(sq, struct hinic_qp, sq); in tx_request_irq()
858 struct hinic_qp *qp = container_of(sq, struct hinic_qp, sq); in hinic_init_txq()
Dhinic_rx.c359 struct hinic_qp *qp = container_of(rxq->rq, struct hinic_qp, rq); in rxq_recv()
522 struct hinic_qp *qp; in rx_request_irq()
525 qp = container_of(rq, struct hinic_qp, rq); in rx_request_irq()
585 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.c1083 struct hinic_qp *qp = &func_to_io->qps[i]; in hinic_hwdev_get_sq()
1101 struct hinic_qp *qp = &func_to_io->qps[i]; in hinic_hwdev_get_rq()
1156 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.c621 struct hinic_qp *qp = container_of(sq, struct hinic_qp, sq); in sq_prepare_db()