Lines Matching refs:status_flag

2431 	uint8 status_flag_ori, status_flag;  in _dhd_wlfc_compressed_txstatus_update()  local
2445 status_flag = WL_TXSTATUS_GET_FLAGS(status); in _dhd_wlfc_compressed_txstatus_update()
2460 if (status_flag == WLFC_CTL_PKTFLAG_DISCARD) { in _dhd_wlfc_compressed_txstatus_update()
2462 } else if (status_flag == WLFC_CTL_PKTFLAG_DISCARD_NOACK) { in _dhd_wlfc_compressed_txstatus_update()
2464 } else if (status_flag == WLFC_CTL_PKTFLAG_D11SUPPRESS) { in _dhd_wlfc_compressed_txstatus_update()
2467 } else if (status_flag == WLFC_CTL_PKTFLAG_WLSUPPRESS) { in _dhd_wlfc_compressed_txstatus_update()
2470 } else if (status_flag == WLFC_CTL_PKTFLAG_TOSSED_BYWLC) { in _dhd_wlfc_compressed_txstatus_update()
2472 } else if (status_flag == WLFC_CTL_PKTFLAG_SUPPRESS_ACKED) { in _dhd_wlfc_compressed_txstatus_update()
2474 } else if (status_flag == WLFC_CTL_PKTFLAG_EXPIRED) { in _dhd_wlfc_compressed_txstatus_update()
2476 } else if (status_flag == WLFC_CTL_PKTFLAG_DROPPED) { in _dhd_wlfc_compressed_txstatus_update()
2482 DHD_ERROR(("suppress txstatus: %d\n", status_flag)); in _dhd_wlfc_compressed_txstatus_update()
2487 status_flag_ori = status_flag; in _dhd_wlfc_compressed_txstatus_update()
2491 if (status_flag == WLFC_CTL_PKTFLAG_SUPPRESS_ACKED) { in _dhd_wlfc_compressed_txstatus_update()
2497 status_flag = status_flag_ori; in _dhd_wlfc_compressed_txstatus_update()
2507 status_flag = WLFC_CTL_PKTFLAG_DISCARD; in _dhd_wlfc_compressed_txstatus_update()
2597 if ((status_flag == WLFC_CTL_PKTFLAG_D11SUPPRESS) || in _dhd_wlfc_compressed_txstatus_update()
2598 (status_flag == WLFC_CTL_PKTFLAG_WLSUPPRESS)) { in _dhd_wlfc_compressed_txstatus_update()
2628 status_flag, in _dhd_wlfc_compressed_txstatus_update()
2641 status_flag, in _dhd_wlfc_compressed_txstatus_update()