Lines Matching defs:node
155 struct mwifiex_sta_node *node;
181 node = mwifiex_get_sta_entry(priv, ra);
182 if (node)
183 ra_list->tx_paused = node->tx_pause;
185 mwifiex_is_sta_11n_enabled(priv, node);
187 ra_list->max_amsdu = node->max_amsdu;
508 * This function deletes all packets in an RA list node.
512 * cleanup. The RA list node itself is freed at the end.
635 * This function retrieves a particular RA list node, matching with the
734 * This function retrieves an RA list node for a given TID and
737 * If no such node is found, a new node is added first and then
784 * This function checks if a particular RA list node exists in a given TID
820 * Otherwise, the correct RA list node is located and the packet
1197 * curr bss node. imagine list to stay fixed while head is moved