Searched refs:cqe_tx (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
| D | nicvf_main.c | 510 struct cqe_send_t *cqe_tx, int cqe_type) in nicvf_snd_pkt_handler() argument 517 sq = &nic->qs->sq[cqe_tx->sq_idx]; in nicvf_snd_pkt_handler() 519 hdr = (struct sq_hdr_subdesc *)GET_SQ_DESC(sq, cqe_tx->sqe_ptr); in nicvf_snd_pkt_handler() 525 __func__, cqe_tx->sq_qs, cqe_tx->sq_idx, in nicvf_snd_pkt_handler() 526 cqe_tx->sqe_ptr, hdr->subdesc_cnt); in nicvf_snd_pkt_handler() 529 nicvf_check_cqe_tx_errs(nic, cq, cqe_tx); in nicvf_snd_pkt_handler() 530 skb = (struct sk_buff *)sq->skbuff[cqe_tx->sqe_ptr]; in nicvf_snd_pkt_handler() 535 sq->skbuff[cqe_tx->sqe_ptr] = (u64)NULL; in nicvf_snd_pkt_handler()
|
| D | nicvf_queues.h | 350 struct cmp_queue *cq, struct cqe_send_t *cqe_tx);
|
| D | nicvf_queues.c | 1514 struct cmp_queue *cq, struct cqe_send_t *cqe_tx) in nicvf_check_cqe_tx_errs() argument 1518 switch (cqe_tx->send_status) { in nicvf_check_cqe_tx_errs()
|