Searched refs:hdr_status (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/pv/ |
H A D | hvs.c | 72 uint32_t hdr_status; member 75 #define cmd_status cmd_hdr.hdr_status
|
/openbsd/sys/dev/ic/ |
H A D | qwxreg.h | 11817 uint8_t hdr_status[HAL_RX_DESC_HDR_STATUS_LEN]; member 11836 uint8_t hdr_status[HAL_RX_DESC_HDR_STATUS_LEN]; member 11855 uint8_t hdr_status[HAL_RX_DESC_HDR_STATUS_LEN]; member
|
H A D | qwx.c | 1243 return desc->u.ipq8074.hdr_status; in qwx_hw_ipq8074_rx_desc_get_hdr_status() 1454 return desc->u.qcn9074.hdr_status; in qwx_hw_qcn9074_rx_desc_get_hdr_status() 1659 return desc->u.wcn6855.hdr_status; in qwx_hw_wcn6855_rx_desc_get_hdr_status() 15858 uint8_t *hdr_status = ath11k_dp_rx_h_80211_hdr(ar->ab, rx_desc); in qwx_dp_process_rx_err_buf() 15860 ath11k_dbg_dump(ar->ab, ATH11K_DBG_DATA, NULL, "", hdr_status, in qwx_dp_process_rx_err_buf() 16636 uint8_t *hdr_status; in qwx_dp_rx_process_msdu() 16638 hdr_status = ath11k_dp_rx_h_80211_hdr(ab, rx_desc); in qwx_dp_rx_process_msdu() 16643 ath11k_dbg_dump(ab, ATH11K_DBG_DATA, NULL, "", hdr_status, in qwx_dp_rx_process_msdu()
|
H A D | qwz.c | 13960 uint8_t *hdr_status = ath12k_dp_rx_h_80211_hdr(ar->ab, rx_desc); in qwz_dp_process_rx_err_buf() 13962 ath12k_dbg_dump(ar->ab, ATH12K_DBG_DATA, NULL, "", hdr_status, in qwz_dp_process_rx_err_buf() 14699 uint8_t *hdr_status; in qwz_dp_rx_process_msdu() 14701 hdr_status = ath12k_dp_rx_h_80211_hdr(ab, rx_desc); in qwz_dp_rx_process_msdu() 14706 ath12k_dbg_dump(ab, ATH12K_DBG_DATA, NULL, "", hdr_status, in qwz_dp_rx_process_msdu()
|