Searched refs:is_cmd_pend_q_empty (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dinit.c490 int is_cmd_pend_q_empty; local
532 is_cmd_pend_q_empty = list_empty(&adapter->cmd_pending_q);
534 if (!is_cmd_pend_q_empty) {
H A Dmain.c1378 int is_cmd_pend_q_empty; local
1381 is_cmd_pend_q_empty = list_empty(&adapter->cmd_pending_q);
1384 return !is_cmd_pend_q_empty;

Completed in 286 milliseconds