Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c500 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()
H A Dhinic_rx.c356 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()
H A 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()
H A Dhinic_hw_io.h70 struct hinic_qp *qps;
H A Dhinic_hw_dev.c1061 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()
H A Dhinic_hw_qp.h121 struct hinic_qp { struct
H A Dhinic_hw_qp.c617 struct hinic_qp *qp = container_of(sq, struct hinic_qp, sq); in sq_prepare_db()