Searched refs:cs_count (Results 1 - 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_cs.h44 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 Dr300_cb.h71 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 Dhostapd.h226 u8 cs_count; member in struct:hostapd_data
H A Dctrl_iface_ap.c515 settings->cs_count = strtol(pos, &end, 10);
517 wpa_printf(MSG_ERROR, "chanswitch: invalid cs_count provided");
H A Dhostapd.c2615 hapd->cs_count = settings->cs_count;
2634 hapd->cs_count = 0;
H A Dbeacon.c313 *eid++ = hapd->cs_count;
H A Ddfs.c897 csa_settings.cs_count = 5;
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h226 u8 cs_count; member in struct:hostapd_data
H A Dctrl_iface_ap.c515 settings->cs_count = strtol(pos, &end, 10);
517 wpa_printf(MSG_ERROR, "chanswitch: invalid cs_count provided");
H A Dhostapd.c2615 hapd->cs_count = settings->cs_count;
2634 hapd->cs_count = 0;
H A Dbeacon.c313 *eid++ = hapd->cs_count;
H A Ddfs.c897 csa_settings.cs_count = 5;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h226 u8 cs_count; member in struct:hostapd_data
H A Dctrl_iface_ap.c515 settings->cs_count = strtol(pos, &end, 10);
517 wpa_printf(MSG_ERROR, "chanswitch: invalid cs_count provided");
H A Dhostapd.c2615 hapd->cs_count = settings->cs_count;
2634 hapd->cs_count = 0;
H A Dbeacon.c313 *eid++ = hapd->cs_count;
H A Ddfs.c897 csa_settings.cs_count = 5;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1524 * @cs_count: Count in Beacon frames (TBTT) to perform the switch
1533 u8 cs_count; member in struct:csa_settings
H A Ddriver_nl80211.c7539 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 Ddriver.h1524 * @cs_count: Count in Beacon frames (TBTT) to perform the switch
1533 u8 cs_count; member in struct:csa_settings
H A Ddriver_nl80211.c7539 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 Ddriver.h1524 * @cs_count: Count in Beacon frames (TBTT) to perform the switch
1533 u8 cs_count; member in struct:csa_settings
H A Ddriver_nl80211.c7539 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) ||

Completed in 382 milliseconds