Searched defs:plist (Results 1 - 11 of 11) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_ioctl_set.c60 struct list_head *plist, *phead; local
66 plist = get_next(phead);
69 pmlmepriv->pscanned = plist;
H A Drtl871x_sta_mgt.c82 struct list_head *plist, *phead; local
87 plist = get_next(phead);
88 while ((end_of_queue_search(phead, plist)) == false) {
89 psta = LIST_CONTAINOR(plist, struct sta_info, list);
90 plist = get_next(plist);
219 struct list_head *plist, *phead; local
230 plist = get_next(phead);
231 while ((end_of_queue_search(phead, plist)) == false) {
232 psta = LIST_CONTAINOR(plist,
246 struct list_head *plist, *phead; local
[all...]
H A Dosdep_service.h75 static inline void list_delete(struct list_head *plist) argument
77 list_del_init(plist);
129 static inline void list_insert_tail(struct list_head *plist, argument
132 list_add_tail(plist, phead);
153 static inline u32 end_of_queue_search(struct list_head *head, struct list_head *plist) argument
155 if (head == plist)
H A Drtl871x_recv.c109 struct list_head *plist, *phead; local
118 plist = get_next(phead);
119 precvframe = LIST_CONTAINOR(plist, union recv_frame, u);
144 struct list_head *plist, *phead; local
148 plist = get_next(phead);
149 while (end_of_queue_search(phead, plist) == false) {
150 precvframe = LIST_CONTAINOR(plist, union recv_frame, u);
151 plist = get_next(plist);
H A Drtl871x_xmit.c744 struct list_head *plist, *phead; local
752 plist = get_next(phead);
753 pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list);
798 struct list_head *plist, *phead; local
806 plist = get_next(phead);
807 pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list);
857 struct list_head *plist, *phead; local
862 plist = get_next(phead);
863 while (end_of_queue_search(phead, plist) == false) {
864 pxmitframe = LIST_CONTAINOR(plist, struc
[all...]
H A Drtl8712_recv.c207 struct list_head *plist, *phead; local
216 plist = get_next(phead);
217 prframe = LIST_CONTAINOR(plist, union recv_frame, u);
229 plist = get_list_head(defrag_q);
230 plist = get_next(plist);
232 while (end_of_queue_search(phead, plist) == false) {
233 pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u);
254 plist = get_next(plist);
500 struct list_head *phead, *plist; local
528 struct list_head *phead, *plist; local
[all...]
H A Drtl871x_ioctl_linux.c1237 struct list_head *plist, *phead; local
1252 plist = get_next(phead);
1254 if (end_of_queue_search(phead, plist) == true)
1260 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list);
1262 plist = get_next(plist);
2013 struct list_head *plist, *phead; local
2034 plist = get_next(phead);
2036 if (end_of_queue_search(phead, plist) == true)
2038 pnetwork = LIST_CONTAINOR(plist, struc
[all...]
H A Drtl871x_mlme.c87 struct list_head *plist = NULL; local
92 plist = get_next(&(free_queue->queue));
93 pnetwork = LIST_CONTAINOR(plist , struct wlan_network, list);
147 struct list_head *phead, *plist; local
155 plist = get_next(phead);
156 while (plist != phead) {
157 pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list);
158 plist = get_next(plist);
169 struct list_head *phead, *plist; local
312 struct list_head *plist, *phead; local
391 struct list_head *plist, *phead; local
[all...]
/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_debug.c116 void ft1000_free_buffer(struct dpram_blk *pdpram_blk, struct list_head *plist) argument
122 list_add_tail(&pdpram_blk->list, plist);
/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c708 struct list_head plist; local
742 INIT_LIST_HEAD(&plist);
743 npages = ttm_page_pool_get_pages(pool, &plist, flags, cstate, npages);
745 list_for_each_entry(p, &plist, lru) {
751 list_for_each_entry(p, &plist, lru) {
761 INIT_LIST_HEAD(&plist);
762 r = ttm_alloc_new_pages(&plist, gfp_flags, flags, cstate, npages);
763 list_for_each_entry(p, &plist, lru) {
/drivers/scsi/be2iscsi/
H A Dbe_main.c1500 struct list_head *plist; local
1506 plist = &pasync_ctx->async_entry[cri].wait_queue.list;
1508 list_for_each_entry_safe(pasync_handle, tmp_handle, plist, link) {
1654 struct list_head *plist; local
1662 plist = &pasync_ctx->async_entry[cri].wait_queue.list;
1664 list_for_each_entry(pasync_handle, plist, link) {

Completed in 165 milliseconds