Lines Matching refs:status_flag
2208 uint8 status_flag_ori, status_flag; in _dhd_wlfc_compressed_txstatus_update() local
2221 status_flag = WL_TXSTATUS_GET_FLAGS(status); in _dhd_wlfc_compressed_txstatus_update()
2236 if (status_flag == WLFC_CTL_PKTFLAG_DISCARD) { in _dhd_wlfc_compressed_txstatus_update()
2238 } else if (status_flag == WLFC_CTL_PKTFLAG_DISCARD_NOACK) { in _dhd_wlfc_compressed_txstatus_update()
2240 } else if (status_flag == WLFC_CTL_PKTFLAG_D11SUPPRESS) { in _dhd_wlfc_compressed_txstatus_update()
2243 } else if (status_flag == WLFC_CTL_PKTFLAG_WLSUPPRESS) { in _dhd_wlfc_compressed_txstatus_update()
2246 } else if (status_flag == WLFC_CTL_PKTFLAG_TOSSED_BYWLC) { in _dhd_wlfc_compressed_txstatus_update()
2248 } else if (status_flag == WLFC_CTL_PKTFLAG_SUPPRESS_ACKED) { in _dhd_wlfc_compressed_txstatus_update()
2250 } else if (status_flag == WLFC_CTL_PKTFLAG_EXPIRED) { in _dhd_wlfc_compressed_txstatus_update()
2252 } else if (status_flag == WLFC_CTL_PKTFLAG_DROPPED) { in _dhd_wlfc_compressed_txstatus_update()
2258 DHD_ERROR(("suppress txstatus: %d\n", status_flag)); in _dhd_wlfc_compressed_txstatus_update()
2263 status_flag_ori = status_flag; in _dhd_wlfc_compressed_txstatus_update()
2267 if (status_flag == WLFC_CTL_PKTFLAG_SUPPRESS_ACKED) { in _dhd_wlfc_compressed_txstatus_update()
2273 status_flag = status_flag_ori; in _dhd_wlfc_compressed_txstatus_update()
2283 status_flag = WLFC_CTL_PKTFLAG_DISCARD; in _dhd_wlfc_compressed_txstatus_update()
2359 if ((status_flag == WLFC_CTL_PKTFLAG_D11SUPPRESS) || in _dhd_wlfc_compressed_txstatus_update()
2360 (status_flag == WLFC_CTL_PKTFLAG_WLSUPPRESS)) { in _dhd_wlfc_compressed_txstatus_update()