Searched refs:del_arp_cache_entry (Results 1 – 3 of 3) sorted by relevance
555 cqp_info->in.u.del_arp_cache_entry.scratch = (uintptr_t)cqp_request; in i40iw_manage_arp_cache()556 cqp_info->in.u.del_arp_cache_entry.cqp = &iwdev->cqp.sc_cqp; in i40iw_manage_arp_cache()557 cqp_info->in.u.del_arp_cache_entry.arp_index = arp_index; in i40iw_manage_arp_cache()
1126 enum i40iw_status_code (*del_arp_cache_entry)(struct i40iw_sc_cqp *, u64, u16, bool); member1241 } del_arp_cache_entry; member
4063 pcmdinfo->in.u.del_arp_cache_entry.cqp, in i40iw_exec_cqp_cmd()4064 pcmdinfo->in.u.del_arp_cache_entry.scratch, in i40iw_exec_cqp_cmd()4065 pcmdinfo->in.u.del_arp_cache_entry.arp_index, in i40iw_exec_cqp_cmd()5088 .del_arp_cache_entry = i40iw_sc_del_arp_cache_entry,