response_head 45 drivers/crypto/cavium/nitrox/nitrox_dev.h struct list_head response_head; response_head 44 drivers/crypto/cavium/nitrox/nitrox_lib.c INIT_LIST_HEAD(&cmdq->response_head); response_head 245 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c list_add_tail(&sr->response, &cmdq->response_head); response_head 260 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c return list_first_entry_or_null(&cmdq->response_head, response_head 1880 drivers/staging/rtl8192e/rtllib_softmac.c struct rtllib_assoc_response_frame *response_head; response_head 1889 drivers/staging/rtl8192e/rtllib_softmac.c response_head = (struct rtllib_assoc_response_frame *) skb->data; response_head 1890 drivers/staging/rtl8192e/rtllib_softmac.c *aid = le16_to_cpu(response_head->aid) & 0x3fff; response_head 1892 drivers/staging/rtl8192e/rtllib_softmac.c status_code = le16_to_cpu(response_head->status); response_head 1903 drivers/staging/rtl8192e/rtllib_softmac.c return le16_to_cpu(response_head->status); response_head 1561 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c struct ieee80211_assoc_response_frame *response_head; response_head 1569 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c response_head = (struct ieee80211_assoc_response_frame *)skb->data; response_head 1570 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c *aid = le16_to_cpu(response_head->aid) & 0x3fff; response_head 1572 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c status_code = le16_to_cpu(response_head->status); response_head 1583 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c return le16_to_cpu(response_head->status);