Searched refs:get_next (Results 1 – 12 of 12) sorted by relevance
/drivers/firmware/efi/libstub/ |
D | smbios.c | 17 efi_status_t (__efiapi *get_next)(efi_smbios_protocol_t *, u16 *, u8 *, 34 efi_call_proto(smbios, get_next, &handle, &type, &record, NULL); in efi_get_smbios_record()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 128 plist = get_next(phead); in kfree_all_stainfo() 131 plist = get_next(plist); in kfree_all_stainfo() 197 psta = container_of(get_next(&pfree_sta_queue->queue), struct sta_info, list); in rtw_alloc_stainfo() 366 plist = get_next(phead); in rtw_free_stainfo() 371 plist = get_next(plist); in rtw_free_stainfo()
|
D | rtw_recv.c | 118 plist = get_next(phead); in _rtw_alloc_recvframe() 221 plist = get_next(phead); in rtw_free_recvframe_queue() 226 plist = get_next(plist); in rtw_free_recvframe_queue() 284 plist = get_next(phead); in rtw_dequeue_recvbuf() 959 xmitframe_plist = get_next(xmitframe_phead); in validate_recv_ctrl_frame() 964 xmitframe_plist = get_next(xmitframe_plist); in validate_recv_ctrl_frame() 1031 plist = get_next(phead); in recvframe_defrag() 1049 plist = get_next(plist); in recvframe_defrag() 1084 plist = get_next(plist); in recvframe_defrag() 1688 plist = get_next(phead); in enqueue_reorder_recvframe() [all …]
|
D | rtw_xmit.c | 1458 plist = get_next(phead); in rtw_alloc_xmitbuf_ext() 1517 plist = get_next(phead); in rtw_alloc_xmitbuf() 1616 plist = get_next(phead); in rtw_alloc_xmitframe() 1642 plist = get_next(phead); in rtw_alloc_xmitframe_ext() 2418 plist = get_next(phead); in dequeue_pending_xmitbuf() 2445 plist = get_next(plist); in dequeue_pending_xmitbuf_under_survey()
|
D | rtw_ioctl_set.c | 48 plist = get_next(phead); in rtw_do_join()
|
D | rtw_mlme.c | 150 plist = get_next(&(free_queue->queue)); in rtw_alloc_network() 850 plist = get_next(phead); in free_scanqueue() 853 ptemp = get_next(plist); in free_scanqueue()
|
D | rtw_cmd.c | 280 obj = container_of(get_next(&queue->queue), struct cmd_obj, list); in _rtw_dequeue_cmd()
|
D | rtw_mlme_ext.c | 3660 plist = get_next(phead); in issue_action_BSSCoexistPacket() 3672 plist = get_next(plist); in issue_action_BSSCoexistPacket()
|
/drivers/staging/rtl8723bs/include/ |
D | osdep_service_linux.h | 48 static inline struct list_head *get_next(struct list_head *list) in get_next() function
|
/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 233 frame_plist = get_next(frame_phead); in xmit_xmitframes() 586 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
|
/drivers/scsi/csiostor/ |
D | csio_lnode.h | 68 uint8_t get_next:1; member
|
/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 2416 plist = get_next(phead); in rtw_sta_info_get_by_idx() 2422 plist = get_next(plist); in rtw_sta_info_get_by_idx()
|