/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_cs.h | 44 int cs_count = 0; (void) cs_count; (void) cs_winsys; 50 cs_count = size; \ 54 if (cs_count != 0) \ 55 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \ 56 cs_count, __FUNCTION__, __FILE__, __LINE__); \ 57 cs_count = 0; \ 60 #define CS_USED_DW(x) cs_count -= (x) 122 assert(cs_count == 0); \
|
H A D | r300_cb.h | 71 int cs_count = 0; \ 73 (void) cs_count; (void) cs_ptr 77 cs_count = (size); \ 84 cs_count = (size); \ 89 if (cs_count != 0) \ 90 debug_printf("r300: Warning: cs_count off by %d at (%s, %s:%i)\n", \ 91 cs_count, __FUNCTION__, __FILE__, __LINE__); \ 94 #define CB_USED_DW(x) cs_count -= x
|
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | hostapd.h | 225 u8 cs_count; member in struct:hostapd_data
|
H A D | ctrl_iface_ap.c | 515 settings->cs_count = strtol(pos, &end, 10); 517 wpa_printf(MSG_ERROR, "chanswitch: invalid cs_count provided");
|
H A D | hostapd.c | 2615 hapd->cs_count = settings->cs_count; 2634 hapd->cs_count = 0;
|
H A D | beacon.c | 313 *eid++ = hapd->cs_count;
|
H A D | dfs.c | 897 csa_settings.cs_count = 5;
|
/external/wpa_supplicant_8/src/ap/ |
H A D | hostapd.h | 225 u8 cs_count; member in struct:hostapd_data
|
H A D | ctrl_iface_ap.c | 515 settings->cs_count = strtol(pos, &end, 10); 517 wpa_printf(MSG_ERROR, "chanswitch: invalid cs_count provided");
|
H A D | hostapd.c | 2615 hapd->cs_count = settings->cs_count; 2634 hapd->cs_count = 0;
|
H A D | beacon.c | 313 *eid++ = hapd->cs_count;
|
H A D | dfs.c | 897 csa_settings.cs_count = 5;
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | hostapd.h | 225 u8 cs_count; member in struct:hostapd_data
|
H A D | ctrl_iface_ap.c | 515 settings->cs_count = strtol(pos, &end, 10); 517 wpa_printf(MSG_ERROR, "chanswitch: invalid cs_count provided");
|
H A D | hostapd.c | 2615 hapd->cs_count = settings->cs_count; 2634 hapd->cs_count = 0;
|
H A D | beacon.c | 313 *eid++ = hapd->cs_count;
|
H A D | dfs.c | 897 csa_settings.cs_count = 5;
|
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A D | driver.h | 1524 * @cs_count: Count in Beacon frames (TBTT) to perform the switch 1533 u8 cs_count; member in struct:csa_settings
|
H A D | driver_nl80211.c | 7539 wpa_printf(MSG_DEBUG, "nl80211: Channel switch request (cs_count=%u block_tx=%u freq=%d width=%d cf1=%d cf2=%d)", 7540 settings->cs_count, settings->block_tx, 7559 settings->cs_count))) 7566 settings->cs_count))) 7571 settings->cs_count) ||
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver.h | 1524 * @cs_count: Count in Beacon frames (TBTT) to perform the switch 1533 u8 cs_count; member in struct:csa_settings
|
H A D | driver_nl80211.c | 7539 wpa_printf(MSG_DEBUG, "nl80211: Channel switch request (cs_count=%u block_tx=%u freq=%d width=%d cf1=%d cf2=%d)", 7540 settings->cs_count, settings->block_tx, 7559 settings->cs_count))) 7566 settings->cs_count))) 7571 settings->cs_count) ||
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver.h | 1524 * @cs_count: Count in Beacon frames (TBTT) to perform the switch 1533 u8 cs_count; member in struct:csa_settings
|
H A D | driver_nl80211.c | 7539 wpa_printf(MSG_DEBUG, "nl80211: Channel switch request (cs_count=%u block_tx=%u freq=%d width=%d cf1=%d cf2=%d)", 7540 settings->cs_count, settings->block_tx, 7559 settings->cs_count))) 7566 settings->cs_count))) 7571 settings->cs_count) ||
|