Searched refs:p_cqe (Results 1 – 3 of 3) sorted by relevance
415 union core_rx_cqe_union *p_cqe, in qed_ll2_rxq_parse_gsi() argument420 data->vlan = le16_to_cpu(p_cqe->rx_cqe_gsi.vlan); in qed_ll2_rxq_parse_gsi()430 union core_rx_cqe_union *p_cqe, in qed_ll2_rxq_parse_reg() argument436 le16_to_cpu(p_cqe->rx_cqe_fp.packet_length); in qed_ll2_rxq_parse_reg()437 data->vlan = le16_to_cpu(p_cqe->rx_cqe_fp.vlan); in qed_ll2_rxq_parse_reg()446 union core_rx_cqe_union *p_cqe, in qed_ll2_handle_slowpath() argument452 sp_cqe = &p_cqe->rx_cqe_sp; in qed_ll2_handle_slowpath()481 union core_rx_cqe_union *p_cqe, in qed_ll2_rxq_handle_completion() argument501 qed_ll2_rxq_parse_reg(p_hwfn, p_cqe, &data); in qed_ll2_rxq_handle_completion()503 qed_ll2_rxq_parse_gsi(p_hwfn, p_cqe, &data); in qed_ll2_rxq_handle_completion()[all …]
63 struct ooo_opaque *p_cqe);115 struct ooo_opaque *p_cqe) {} in qed_ooo_save_history_entry() argument
66 struct ooo_opaque *p_cqe) in qed_ooo_save_history_entry() argument72 p_history->p_cqes[p_history->head_idx] = *p_cqe; in qed_ooo_save_history_entry()
Completed in 10 milliseconds