Searched refs:cqe_tx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_main.c | 621 struct cqe_send_t *cqe_tx) in nicvf_snd_ptp_handler() 640 if (cqe_tx->send_status == CQ_TX_ERROP_TSTMP_TIMEOUT || in nicvf_snd_ptp_handler() 641 cqe_tx->send_status == CQ_TX_ERROP_TSTMP_CONFLICT) in nicvf_snd_ptp_handler() 646 ns = cavium_ptp_tstamp2time(nic->ptp_clock, cqe_tx->ptp_timestamp); in nicvf_snd_ptp_handler() 659 struct cqe_send_t *cqe_tx, in nicvf_snd_pkt_handler() 670 sq = &nic->qs->sq[cqe_tx->sq_idx]; in nicvf_snd_pkt_handler() 672 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, cqe_tx->sqe_ptr); in nicvf_snd_pkt_handler() 677 if (cqe_tx->send_status) in nicvf_snd_pkt_handler() 678 nicvf_check_cqe_tx_errs(nic->pnicvf, cqe_tx); in nicvf_snd_pkt_handler() 682 page = (struct page *)sq->xdp_page[cqe_tx in nicvf_snd_pkt_handler() 620 nicvf_snd_ptp_handler(struct net_device *netdev, struct cqe_send_t *cqe_tx) nicvf_snd_ptp_handler() argument 658 nicvf_snd_pkt_handler(struct net_device *netdev, struct cqe_send_t *cqe_tx, int budget, int *subdesc_cnt, unsigned int *tx_pkts, unsigned int *tx_bytes) nicvf_snd_pkt_handler() argument [all...] |
H A D | nicvf_queues.h | 373 int nicvf_check_cqe_tx_errs(struct nicvf *nic, struct cqe_send_t *cqe_tx);
|
H A D | nicvf_queues.c | 1923 int nicvf_check_cqe_tx_errs(struct nicvf *nic, struct cqe_send_t *cqe_tx) in nicvf_check_cqe_tx_errs() argument 1925 switch (cqe_tx->send_status) { in nicvf_check_cqe_tx_errs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_main.c | 618 struct cqe_send_t *cqe_tx) in nicvf_snd_ptp_handler() 637 if (cqe_tx->send_status == CQ_TX_ERROP_TSTMP_TIMEOUT || in nicvf_snd_ptp_handler() 638 cqe_tx->send_status == CQ_TX_ERROP_TSTMP_CONFLICT) in nicvf_snd_ptp_handler() 643 ns = cavium_ptp_tstamp2time(nic->ptp_clock, cqe_tx->ptp_timestamp); in nicvf_snd_ptp_handler() 656 struct cqe_send_t *cqe_tx, in nicvf_snd_pkt_handler() 667 sq = &nic->qs->sq[cqe_tx->sq_idx]; in nicvf_snd_pkt_handler() 669 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, cqe_tx->sqe_ptr); in nicvf_snd_pkt_handler() 674 if (cqe_tx->send_status) in nicvf_snd_pkt_handler() 675 nicvf_check_cqe_tx_errs(nic->pnicvf, cqe_tx); in nicvf_snd_pkt_handler() 679 page = (struct page *)sq->xdp_page[cqe_tx in nicvf_snd_pkt_handler() 617 nicvf_snd_ptp_handler(struct net_device *netdev, struct cqe_send_t *cqe_tx) nicvf_snd_ptp_handler() argument 655 nicvf_snd_pkt_handler(struct net_device *netdev, struct cqe_send_t *cqe_tx, int budget, int *subdesc_cnt, unsigned int *tx_pkts, unsigned int *tx_bytes) nicvf_snd_pkt_handler() argument [all...] |
H A D | nicvf_queues.h | 373 int nicvf_check_cqe_tx_errs(struct nicvf *nic, struct cqe_send_t *cqe_tx);
|
H A D | nicvf_queues.c | 1924 int nicvf_check_cqe_tx_errs(struct nicvf *nic, struct cqe_send_t *cqe_tx) in nicvf_check_cqe_tx_errs() argument 1926 switch (cqe_tx->send_status) { in nicvf_check_cqe_tx_errs()
|
Completed in 11 milliseconds