Home
last modified time | relevance | path

Searched refs:response_head (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
Dnitrox_dev.h45 struct list_head response_head; member
Dnitrox_reqmgr.c245 list_add_tail(&sr->response, &cmdq->response_head); in response_list_add()
260 return list_first_entry_or_null(&cmdq->response_head, in get_first_response_entry()
Dnitrox_lib.c44 INIT_LIST_HEAD(&cmdq->response_head); in nitrox_cmdq_init()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1565 struct ieee80211_assoc_response_frame *response_head; in assoc_parse() local
1573 response_head = (struct ieee80211_assoc_response_frame *)skb->data; in assoc_parse()
1574 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse()
1576 status_code = le16_to_cpu(response_head->status); in assoc_parse()
1587 return le16_to_cpu(response_head->status); in assoc_parse()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
Drtllib_softmac.c1880 struct rtllib_assoc_response_frame *response_head; in assoc_parse() local
1889 response_head = (struct rtllib_assoc_response_frame *) skb->data; in assoc_parse()
1890 *aid = le16_to_cpu(response_head->aid) & 0x3fff; in assoc_parse()
1892 status_code = le16_to_cpu(response_head->status); in assoc_parse()
1903 return le16_to_cpu(response_head->status); in assoc_parse()