Searched refs:get_next (Results 1 – 12 of 12) sorted by relevance
| /drivers/firmware/efi/libstub/ |
| A D | smbios.c | 18 efi_status_t (__efiapi *get_next)(efi_smbios_protocol_t *, u16 *, u8 *, 29 u32 get_next; member 45 efi_call_proto(smbios, get_next, &handle, &type, &record, NULL); in efi_get_smbios_record()
|
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_sta_mgt.c | 127 plist = get_next(phead); in kfree_all_stainfo() 130 plist = get_next(plist); in kfree_all_stainfo() 195 psta = container_of(get_next(&pfree_sta_queue->queue), struct sta_info, list); in rtw_alloc_stainfo() 364 plist = get_next(phead); in rtw_free_stainfo() 369 plist = get_next(plist); in rtw_free_stainfo()
|
| A D | rtw_recv.c | 117 plist = get_next(phead); in _rtw_alloc_recvframe() 220 plist = get_next(phead); in rtw_free_recvframe_queue() 225 plist = get_next(plist); in rtw_free_recvframe_queue() 283 plist = get_next(phead); in rtw_dequeue_recvbuf() 1030 plist = get_next(phead); in recvframe_defrag() 1048 plist = get_next(plist); in recvframe_defrag() 1083 plist = get_next(plist); in recvframe_defrag() 1687 plist = get_next(phead); in enqueue_reorder_recvframe() 1694 plist = get_next(plist); in enqueue_reorder_recvframe() 1744 plist = get_next(phead); in recv_indicatepkts_in_order() [all …]
|
| A D | rtw_xmit.c | 1460 plist = get_next(phead); in rtw_alloc_xmitbuf_ext() 1520 plist = get_next(phead); in rtw_alloc_xmitbuf() 1620 plist = get_next(phead); in rtw_alloc_xmitframe() 1646 plist = get_next(phead); in rtw_alloc_xmitframe_ext() 2417 plist = get_next(phead); in dequeue_pending_xmitbuf() 2444 plist = get_next(plist); in dequeue_pending_xmitbuf_under_survey()
|
| A D | rtw_ioctl_set.c | 47 plist = get_next(phead); in rtw_do_join()
|
| A D | rtw_mlme.c | 122 plist = get_next(&free_queue->queue); in rtw_alloc_network() 788 plist = get_next(phead); in free_scanqueue() 791 ptemp = get_next(plist); in free_scanqueue()
|
| A D | rtw_cmd.c | 279 obj = container_of(get_next(&queue->queue), struct cmd_obj, list); in _rtw_dequeue_cmd()
|
| A D | rtw_mlme_ext.c | 3659 plist = get_next(phead); in issue_action_BSSCoexistPacket() 3671 plist = get_next(plist); in issue_action_BSSCoexistPacket()
|
| /drivers/staging/rtl8723bs/include/ |
| A D | osdep_service_linux.h | 46 static inline struct list_head *get_next(struct list_head *list) in get_next() function
|
| /drivers/staging/rtl8723bs/hal/ |
| A D | rtl8723bs_xmit.c | 229 frame_plist = get_next(frame_phead); in xmit_xmitframes() 568 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
|
| /drivers/scsi/csiostor/ |
| A D | csio_lnode.h | 68 uint8_t get_next:1; member
|
| /drivers/staging/rtl8723bs/os_dep/ |
| A D | ioctl_cfg80211.c | 2407 plist = get_next(phead); in rtw_sta_info_get_by_idx() 2413 plist = get_next(plist); in rtw_sta_info_get_by_idx()
|
Completed in 50 milliseconds