Home
last modified time | relevance | path

Searched refs:phead (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c82 struct list_head *plist, *phead; in mfree_all_stainfo() local
86 phead = get_list_head(&pstapriv->free_sta_queue); in mfree_all_stainfo()
87 plist = get_next(phead); in mfree_all_stainfo()
88 while ((end_of_queue_search(phead, plist)) == false) { in mfree_all_stainfo()
219 struct list_head *plist, *phead; in r8712_free_all_stainfo() local
229 phead = &(pstapriv->sta_hash[index]); in r8712_free_all_stainfo()
230 plist = get_next(phead); in r8712_free_all_stainfo()
231 while ((end_of_queue_search(phead, plist)) == false) { in r8712_free_all_stainfo()
246 struct list_head *plist, *phead; in r8712_get_stainfo() local
254 phead = &(pstapriv->sta_hash[index]); in r8712_get_stainfo()
[all …]
Dosdep_service.h121 static inline u32 is_list_empty(struct list_head *phead) in is_list_empty() argument
123 if (list_empty(phead)) in is_list_empty()
130 struct list_head *phead) in list_insert_tail() argument
132 list_add_tail(plist, phead); in list_insert_tail()
Drtl8712_recv.c133 precvbuf->phead = precvbuf->pbuf; in r8712_init_recvbuf()
207 struct list_head *plist, *phead; in recvframe_defrag() local
215 phead = get_list_head(defrag_q); in recvframe_defrag()
216 plist = get_next(phead); in recvframe_defrag()
232 while (end_of_queue_search(phead, plist) == false) { in recvframe_defrag()
271 struct list_head *phead; in r8712_recvframe_chk_defrag() local
303 phead = get_list_head(pdefrag_q); in r8712_recvframe_chk_defrag()
304 list_insert_tail(&pfhdr->list, phead); in r8712_recvframe_chk_defrag()
318 phead = get_list_head(pdefrag_q); in r8712_recvframe_chk_defrag()
319 list_insert_tail(&pfhdr->list, phead); in r8712_recvframe_chk_defrag()
[all …]
Drtl871x_recv.c109 struct list_head *plist, *phead; in r8712_alloc_recvframe() local
117 phead = get_list_head(pfree_recv_queue); in r8712_alloc_recvframe()
118 plist = get_next(phead); in r8712_alloc_recvframe()
144 struct list_head *plist, *phead; in r8712_free_recvframe_queue() local
147 phead = get_list_head(pframequeue); in r8712_free_recvframe_queue()
148 plist = get_next(phead); in r8712_free_recvframe_queue()
149 while (end_of_queue_search(phead, plist) == false) { in r8712_free_recvframe_queue()
665 u8 *phead, *pdata, *ptail, *pend; in r8712_recv_entry() local
678 phead = precvframe->u.hdr.rx_head; in r8712_recv_entry()
682 prxstat = (struct recv_stat *)phead; in r8712_recv_entry()
Drtl871x_mlme.c147 struct list_head *phead, *plist; in _r8712_find_network() local
154 phead = get_list_head(scanned_queue); in _r8712_find_network()
155 plist = get_next(phead); in _r8712_find_network()
156 while (plist != phead) { in _r8712_find_network()
169 struct list_head *phead, *plist; in _free_network_queue() local
175 phead = get_list_head(scanned_queue); in _free_network_queue()
176 plist = get_next(phead); in _free_network_queue()
177 while (end_of_queue_search(phead, plist) == false) { in _free_network_queue()
312 struct list_head *plist, *phead; in r8712_get_oldest_wlan_network() local
316 phead = get_list_head(scanned_queue); in r8712_get_oldest_wlan_network()
[all …]
Drtl871x_xmit.c744 struct list_head *plist, *phead; in r8712_alloc_xmitbuf() local
751 phead = get_list_head(pfree_xmitbuf_queue); in r8712_alloc_xmitbuf()
752 plist = get_next(phead); in r8712_alloc_xmitbuf()
798 struct list_head *plist, *phead; in r8712_alloc_xmitframe() local
805 phead = get_list_head(pfree_xmit_queue); in r8712_alloc_xmitframe()
806 plist = get_next(phead); in r8712_alloc_xmitframe()
857 struct list_head *plist, *phead; in r8712_free_xmitframe_queue() local
861 phead = get_list_head(pframequeue); in r8712_free_xmitframe_queue()
862 plist = get_next(phead); in r8712_free_xmitframe_queue()
863 while (end_of_queue_search(phead, plist) == false) { in r8712_free_xmitframe_queue()
Drtl871x_ioctl_set.c60 struct list_head *plist, *phead; in do_join() local
65 phead = get_list_head(queue); in do_join()
66 plist = get_next(phead); in do_join()
Drtl871x_ioctl_linux.c1088 struct list_head *phead; in r8711_wx_set_wap() local
1101 phead = get_list_head(queue); in r8711_wx_set_wap()
1102 pmlmepriv->pscanned = get_next(phead); in r8711_wx_set_wap()
1104 if (end_of_queue_search(phead, pmlmepriv->pscanned) == true) in r8711_wx_set_wap()
1237 struct list_head *plist, *phead; in r8711_wx_get_scan() local
1251 phead = get_list_head(queue); in r8711_wx_get_scan()
1252 plist = get_next(phead); in r8711_wx_get_scan()
1254 if (end_of_queue_search(phead, plist) == true) in r8711_wx_get_scan()
1293 struct list_head *phead; in r8711_wx_set_essid() local
1310 phead = get_list_head(queue); in r8711_wx_set_essid()
[all …]
Drtl8712_recv.h110 u8 *phead; member
Drecv_linux.c66 precvbuf->phead = NULL; in r8712_os_recvbuf_resource_alloc()
Dusb_ops_linux.c290 precvbuf->phead = precvbuf->pskb->head; in r8712_usb_read_port()
296 precvbuf->phead = precvbuf->pskb->head; in r8712_usb_read_port()
/linux-3.4.99/arch/powerpc/kernel/
Dnvram_64.c470 struct nvram_header phead; in nvram_scan_partitions() local
498 memcpy(&phead, header, NVRAM_HEADER_LEN); in nvram_scan_partitions()
501 c_sum = nvram_checksum(&phead); in nvram_scan_partitions()
502 if (c_sum != phead.checksum) { in nvram_scan_partitions()
505 phead.checksum, c_sum); in nvram_scan_partitions()
509 if (!phead.length) { in nvram_scan_partitions()
522 memcpy(&tmp_part->header, &phead, NVRAM_HEADER_LEN); in nvram_scan_partitions()
526 cur_index += phead.length * NVRAM_BLOCK_LEN; in nvram_scan_partitions()
/linux-3.4.99/fs/proc/
Dproc_sysctl.c51 static int sysctl_follow_link(struct ctl_table_header **phead,
79 static struct ctl_table *find_entry(struct ctl_table_header **phead, in find_entry() argument
103 *phead = head; in find_entry()
296 static struct ctl_table *lookup_entry(struct ctl_table_header **phead, in lookup_entry() argument
306 *phead = head; in lookup_entry()
326 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument
339 *phead = head; in first_entry()
343 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) in next_entry() argument
345 struct ctl_table_header *head = *phead; in next_entry()
359 *phead = head; in next_entry()
[all …]
/linux-3.4.99/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c544 void *phead; in ipoib_send() local
548 phead = skb->data; in ipoib_send()
565 phead = NULL; in ipoib_send()
600 address->ah, qpn, tx_req, phead, hlen); in ipoib_send()