Searched refs:cookie_high (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_msg.c | 82 u32 cookie_high; member 115 channel->cookie_high = esi; in vmw_open_channel() 136 channel->cookie_high, in vmw_close_channel() 168 channel->cookie_high, in vmw_port_hb_out() 187 channel->cookie_high, in vmw_port_hb_out() 216 channel->cookie_high, in vmw_port_hb_in() 232 channel->cookie_high, in vmw_port_hb_in() 267 channel->cookie_high, in vmw_send_msg() 321 channel->cookie_high, in vmw_recv_msg() 361 channel->cookie_high, in vmw_recv_msg()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_sbq_cmd.h | 28 __le32 cookie_high; member
|
H A D | ice_controlq.c | 185 desc->cookie_high = 0; in ice_alloc_rq_bufs() 932 le32_to_cpu(cq_desc->cookie_high), in ice_debug_cq()
|
H A D | ice_adminq_cmd.h | 2666 __le32 cookie_high; member
|
H A D | ice_virtchnl.c | 4333 u32 v_opcode = le32_to_cpu(event->desc.cookie_high); in ice_vc_process_vf_msg()
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_common.c | 244 le32_to_cpu(aq_desc->cookie_high), in iavf_debug_aq() 460 desc.cookie_high = cpu_to_le32(v_opcode); in iavf_aq_send_msg_to_pf()
|
H A D | iavf_adminq_cmd.h | 29 __le32 cookie_high; member
|
H A D | iavf_adminq.c | 123 desc->cookie_high = 0; in iavf_alloc_arq_bufs() 659 desc->cookie_high = in iavf_asq_send_command()
|
H A D | iavf_virtchnl.c | 80 (enum virtchnl_ops)le32_to_cpu(event->desc.cookie_high); in iavf_poll_virtchnl_msg()
|
H A D | iavf_main.c | 3279 v_op = (enum virtchnl_ops)le32_to_cpu(event.desc.cookie_high); in iavf_adminq_task()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 38 __le32 cookie_high; member
|
H A D | i40e_main.c | 10218 le32_to_cpu(event.desc.cookie_high), in i40e_clean_adminq_subtask()
|