Home
last modified time | relevance | path

Searched refs:del_arp_cache_entry (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_hw.c555 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()
Di40iw_type.h1126 enum i40iw_status_code (*del_arp_cache_entry)(struct i40iw_sc_cqp *, u64, u16, bool); member
1241 } del_arp_cache_entry; member
Di40iw_ctrl.c4063 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,