Lines Matching refs:create_pending

502 	bool    create_pending;  member
4591 if ((prot->d2hring_info_cpln->inited) || (prot->d2hring_info_cpln->create_pending)) { in dhd_prot_init_info_rings()
4727 if ((prot->d2hring_hp2p_txcpl->inited) || (prot->d2hring_hp2p_txcpl->create_pending)) { in dhd_prot_init_hp2p_rings()
4742 if ((prot->d2hring_hp2p_rxcpl->inited) || (prot->d2hring_hp2p_rxcpl->create_pending)) { in dhd_prot_init_hp2p_rings()
4875 if ((prot->d2hring_btlog_cpln->inited) || (prot->d2hring_btlog_cpln->create_pending)) { in dhd_prot_init_btlog_rings()
4986 if ((prot->d2hring_edl->inited) || (prot->d2hring_edl->create_pending)) { in dhd_prot_init_edl_rings()
7262 if (dhd->prot->h2dring_info_subn->create_pending == TRUE) { in dhd_prot_ringstatus_process()
7264 dhd->prot->h2dring_info_subn->create_pending = FALSE; in dhd_prot_ringstatus_process()
7275 if (dhd->prot->d2hring_info_cpln->create_pending == TRUE) { in dhd_prot_ringstatus_process()
7277 dhd->prot->d2hring_info_cpln->create_pending = FALSE; in dhd_prot_ringstatus_process()
7289 if (dhd->prot->h2dring_btlog_subn->create_pending == TRUE) { in dhd_prot_ringstatus_process()
7291 dhd->prot->h2dring_btlog_subn->create_pending = FALSE; in dhd_prot_ringstatus_process()
7302 if (dhd->prot->d2hring_btlog_cpln->create_pending == TRUE) { in dhd_prot_ringstatus_process()
7304 dhd->prot->d2hring_btlog_cpln->create_pending = FALSE; in dhd_prot_ringstatus_process()
7317 if (dhd->prot->d2hring_hp2p_txcpl->create_pending == TRUE) { in dhd_prot_ringstatus_process()
7319 dhd->prot->d2hring_hp2p_txcpl->create_pending = FALSE; in dhd_prot_ringstatus_process()
7330 if (dhd->prot->d2hring_hp2p_rxcpl->create_pending == TRUE) { in dhd_prot_ringstatus_process()
7332 dhd->prot->d2hring_hp2p_rxcpl->create_pending = FALSE; in dhd_prot_ringstatus_process()
11132 ring->create_pending = FALSE;
11704 ring_to_create->create_pending = TRUE;
11794 ring_to_create->create_pending = TRUE;
12485 !dhd->prot->h2dring_info_subn->create_pending) {
12491 !dhd->prot->h2dring_btlog_subn->create_pending) {
12502 dhd->prot->h2dring_info_subn->create_pending = FALSE;
12510 dhd->prot->h2dring_btlog_subn->create_pending = FALSE;
12543 if (!dhd->prot->d2hring_info_cpln->create_pending) {
12553 dhd->prot->d2hring_info_cpln->create_pending = FALSE;
12558 if (!dhd->prot->d2hring_edl->create_pending) {
12568 dhd->prot->d2hring_edl->create_pending = FALSE;
12576 if (!dhd->prot->d2hring_btlog_cpln->create_pending) {
12586 dhd->prot->d2hring_btlog_cpln->create_pending = FALSE;
12593 if (!dhd->prot->d2hring_hp2p_txcpl->create_pending) {
12603 dhd->prot->d2hring_hp2p_txcpl->create_pending = FALSE;
12608 if (!dhd->prot->d2hring_hp2p_rxcpl->create_pending) {
12618 dhd->prot->d2hring_hp2p_rxcpl->create_pending = FALSE;