Searched refs:head_ptr (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ | 
| D | txrx.c | 89 	u8 *head_ptr;  in mwifiex_process_tx()  local103 		head_ptr = mwifiex_process_uap_txpd(priv, skb);  in mwifiex_process_tx()
 105 		head_ptr = mwifiex_process_sta_txpd(priv, skb);  in mwifiex_process_tx()
 108 	if ((adapter->data_sent || adapter->tx_lock_flag) && head_ptr) {  in mwifiex_process_tx()
 114 	if (head_ptr) {  in mwifiex_process_tx()
 116 			local_tx_pd = (struct txpd *)(head_ptr + hroom);  in mwifiex_process_tx()
 167 	u8 *head_ptr = skb->data;  in mwifiex_host_to_card()  local
 183 		local_tx_pd = (struct txpd *)(head_ptr + adapter->intf_hdr_len);  in mwifiex_host_to_card()
 
 | 
| /Linux-v5.4/kernel/ | 
| D | futex.c | 3417 		struct robust_list_head __user * __user *, head_ptr,  in SYSCALL_DEFINE3()  argument3447 	return put_user(head, head_ptr);  in SYSCALL_DEFINE3()
 3826 			compat_uptr_t __user *, head_ptr,  in COMPAT_SYSCALL_DEFINE3()  argument
 3856 	return put_user(ptr_to_compat(head), head_ptr);  in COMPAT_SYSCALL_DEFINE3()
 
 | 
| /Linux-v5.4/Documentation/ | 
| D | robust-futex-ABI.txt | 99     sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
 | 
| D | robust-futexes.txt | 177  sys_get_robust_list(int pid, struct robust_list_head __user **head_ptr,
 | 
| /Linux-v5.4/include/linux/ | 
| D | compat.h | 666 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
 | 
| D | syscalls.h | 582 				    struct robust_list_head __user * __user *head_ptr,
 | 
| /Linux-v5.4/drivers/infiniband/hw/hns/ | 
| D | hns_roce_hw_v2.h | 1257 	__le32 head_ptr;  member
 | 
| D | hns_roce_hw_v2.c | 1831 			roce_set_field(req_a->head_ptr,  in hns_roce_config_link_table()
 |