Searched refs:response_head (Results 1 – 5 of 5) sorted by relevance
20 struct list_head response_head; member
45 INIT_LIST_HEAD(&cmdq->response_head); in cmdq_common_init()
398 list_add_tail(&sr->response, &cmdq->response_head); in response_list_add()413 return list_first_entry_or_null(&cmdq->response_head, in get_first_response_entry()
1563 struct ieee80211_assoc_response_frame *response_head; in assoc_parse() local1571 response_head = (struct ieee80211_assoc_response_frame *)skb->data; in assoc_parse()1572 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse()1574 status_code = le16_to_cpu(response_head->status); in assoc_parse()1585 return le16_to_cpu(response_head->status); in assoc_parse()
1888 struct rtllib_assoc_response_frame *response_head; in assoc_parse() local1897 response_head = (struct rtllib_assoc_response_frame *) skb->data; in assoc_parse()1898 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse()1900 status_code = le16_to_cpu(response_head->status); in assoc_parse()1911 return le16_to_cpu(response_head->status); in assoc_parse()