Home
last modified time | relevance | path

Searched defs:ac (Results 1 – 15 of 15) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_linux_flowctl.c61 hi_u8 ac; in wal_netdev_select_queue() local
139 for (hi_u8 ac = 0; ac <= MAC_LINUX_SUBQ_VO; ac++) { in wal_flowctl_backp_event_handler() local
Dwal_event_msg.h115 hi_u32 ac; member
123 hi_u32 ac; member
Dwal_hipriv.c4537 hi_u8 ac; in wal_hipriv_set_uapsd_para() local
5313 hi_u32 ac = (hi_u32)oal_atoi(ac_arg_ptr); in wal_hipriv_set_wmm_param() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddngl_stats.h271 wifi_traffic_ac ac; /* access category (VI, VO, BE, BK) */ member
335 wifi_wmm_ac_stat ac[WIFI_AC_MAX]; /* per ac data packet statistics */ member
381 wifi_wmm_ac_stat ac[WIFI_AC_MAX]; /* per ac data packet statistics */ member
Ddhd_wlfc.h475 #define WLFC_HOST_FIFO_CREDIT_INC_SENTCTRS(ctx, ac) do { \ argument
477 #define WLFC_HOST_FIFO_CREDIT_INC_BACKCTRS(ctx, ac) do { \ argument
479 #define WLFC_HOST_FIFO_DROPPEDCTR_INC(ctx, ac) do { \ argument
482 #define WLFC_HOST_FIFO_CREDIT_INC_SENTCTRS(ctx, ac) do {} while (0) argument
483 #define WLFC_HOST_FIFO_CREDIT_INC_BACKCTRS(ctx, ac) do {} while (0) argument
484 #define WLFC_HOST_FIFO_DROPPEDCTR_INC(ctx, ac) do {} while (0) argument
Ddhd_wlfc.c2034 _dhd_wlfc_handle_packet_commit(athost_wl_status_info_t* ctx, int ac, in _dhd_wlfc_handle_packet_commit()
3122 int ac, single_ac = 0, rc = BCME_OK; in dhd_wlfc_transfer_packets() local
3459 int ac = DHD_PKTTAG_FIFO(PKTTAG(pktbuf)); in dhd_wlfc_commit_packets() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_ext_if.h191 hi_u32 ac; member
Dhmac_tx_data.c377 hi_u8 ac; in hmac_tx_wmm_acm() local
Ddmac_ext_if.h698 hi_u8 ac : 3; /* ac */ member
1032 hi_u8 ac; /* ac */ member
Dhmac_config.c2491 hi_u32 ac = cfg_stru->ac; in hmac_config_set_wmm_params() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_frame.c771 …TEXT static hi_void mac_set_wmm_ac_params(const mac_vap_stru *mac_vap, hi_u8 *puc_buffer, hi_u8 ac) in mac_set_wmm_ac_params()
Dmac_cfg.h172 hi_u8 ac; /* AC */ member
Dmac_vap.h1207 hi_u8 ac; in mac_vap_set_uapsd_para() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
D802.11.h802 #define AC_BITMAP_TST(ab, ac) (((ab) & (1 << (ac))) != 0) argument
803 #define AC_BITMAP_SET(ab, ac) (((ab) |= (1 << (ac)))) argument
804 #define AC_BITMAP_RESET(ab, ac) (((ab) &= ~(1 << (ac)))) argument
Dwlioctl.h1733 int32 ac; member
5739 uint32 ac[AC_COUNT]; /**< max bandwidth for each access category */ member
5755 uint32 ac; /**< access class */ member
17542 uint8 ac; /* access category on which this problem is seen */ member