Lines Matching full:ppe

64  * hns_ppe_common_get_cfg - get ppe common config
142 * hns_ppe_checksum_hw - set ppe checksum caculate
143 * @ppe_cb: ppe device
161 * hns_ppe_set_qid - set ppe qid
162 * @ppe_common: ppe common device
179 * @ppe_cb: ppe device
189 * hns_ppe_common_init_hw - init ppe common device
190 * @ppe_common: ppe common device
240 "get ppe queue mode failed! dsaf_mode=%d\n", in hns_ppe_common_init_hw()
253 /*clr ppe exception irq*/
287 dev_err(ppe_cb->dev, "hns ppe tx fifo clean wait timeout, still has %u pkt.\n", in hns_ppe_wait_tx_fifo_clean()
296 * hns_ppe_init_hw - init ppe
297 * @ppe_cb: ppe device
343 * hns_ppe_uninit_hw - uninit ppe
344 * @ppe_cb: ppe device
382 * hns_ppe_reset_common - reinit ppe/rcb hw
399 /* We only need to initiate ppe when the port exists */ in hns_ppe_reset_common()
455 * hns_ppe_get_strings - get ppe srting
456 * @ppe_cb: ppe device
464 ethtool_sprintf(data, "ppe%d_rx_sw_pkt", index); in hns_ppe_get_strings()
465 ethtool_sprintf(data, "ppe%d_rx_pkt_ok", index); in hns_ppe_get_strings()
466 ethtool_sprintf(data, "ppe%d_rx_drop_pkt_no_bd", index); in hns_ppe_get_strings()
467 ethtool_sprintf(data, "ppe%d_rx_alloc_buf_fail", index); in hns_ppe_get_strings()
468 ethtool_sprintf(data, "ppe%d_rx_alloc_buf_wait", index); in hns_ppe_get_strings()
469 ethtool_sprintf(data, "ppe%d_rx_pkt_drop_no_buf", index); in hns_ppe_get_strings()
470 ethtool_sprintf(data, "ppe%d_rx_pkt_err_fifo_full", index); in hns_ppe_get_strings()
472 ethtool_sprintf(data, "ppe%d_tx_bd", index); in hns_ppe_get_strings()
473 ethtool_sprintf(data, "ppe%d_tx_pkt", index); in hns_ppe_get_strings()
474 ethtool_sprintf(data, "ppe%d_tx_pkt_ok", index); in hns_ppe_get_strings()
475 ethtool_sprintf(data, "ppe%d_tx_pkt_err_fifo_empty", index); in hns_ppe_get_strings()
476 ethtool_sprintf(data, "ppe%d_tx_pkt_err_csum_fail", index); in hns_ppe_get_strings()
500 * hns_ppe_init - init ppe device
546 /* ppe common registers */ in hns_ppe_get_regs()
567 /* mark end of ppe regs */ in hns_ppe_get_regs()
571 /* ppe channel registers */ in hns_ppe_get_regs()
597 /* ppe static */ in hns_ppe_get_regs()
626 /* mark end of ppe regs */ in hns_ppe_get_regs()