Searched refs:cookie_high (Results 1 – 16 of 16) sorted by relevance
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_msg.c | 73 u32 cookie_high; member 101 channel->cookie_high = si; in vmw_open_channel() 121 si = channel->cookie_high; in vmw_close_channel() 152 unsigned long bp = channel->cookie_high; in vmw_port_hb_out() 177 si = channel->cookie_high; in vmw_port_hb_out() 208 si = channel->cookie_high; in vmw_port_hb_in() 226 si = channel->cookie_high; in vmw_port_hb_in() 265 si = channel->cookie_high; in vmw_send_msg() 323 si = channel->cookie_high; in vmw_recv_msg() 367 si = channel->cookie_high; in vmw_recv_msg()
|
/drivers/net/ethernet/intel/ice/ |
D | ice_sriov.c | 34 desc.cookie_high = cpu_to_le32(v_opcode); in ice_aq_send_msg_to_vf()
|
D | ice_controlq.c | 181 desc->cookie_high = 0; in ice_alloc_rq_bufs()
|
D | ice_adminq_cmd.h | 1605 __le32 cookie_high; member
|
D | ice_virtchnl_pf.c | 2904 u32 v_opcode = le32_to_cpu(event->desc.cookie_high); in ice_vc_process_vf_msg()
|
D | ice_common.c | 1218 le32_to_cpu(cq_desc->cookie_high), in ice_debug_cq()
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_debugfs.c | 466 d->cookie_high, d->cookie_low); in i40e_dbg_dump_aq_desc() 479 d->cookie_high, d->cookie_low); in i40e_dbg_dump_aq_desc() 1213 &desc->cookie_high, &desc->cookie_low, in i40e_dbg_command_write() 1241 desc->cookie_high, desc->cookie_low, in i40e_dbg_command_write() 1261 &desc->cookie_high, &desc->cookie_low, in i40e_dbg_command_write() 1302 desc->cookie_high, desc->cookie_low, in i40e_dbg_command_write()
|
D | i40e_adminq.c | 158 desc->cookie_high = 0; in i40e_alloc_arq_bufs() 772 desc->cookie_high = in i40e_asq_send_command()
|
D | i40e_adminq_cmd.h | 33 __le32 cookie_high; member
|
D | i40e_common.c | 303 le32_to_cpu(aq_desc->cookie_high), in i40e_debug_aq() 2949 desc.cookie_high = cpu_to_le32(v_opcode); in i40e_aq_send_msg_to_vf()
|
D | i40e_main.c | 9296 le32_to_cpu(event.desc.cookie_high), in i40e_clean_adminq_subtask()
|
/drivers/net/ethernet/intel/iavf/ |
D | iavf_adminq_cmd.h | 29 __le32 cookie_high; member
|
D | iavf_adminq.c | 144 desc->cookie_high = 0; in iavf_alloc_arq_bufs() 674 desc->cookie_high = in iavf_asq_send_command()
|
D | iavf_common.c | 276 le32_to_cpu(aq_desc->cookie_high), in iavf_debug_aq() 892 desc.cookie_high = cpu_to_le32(v_opcode); in iavf_aq_send_msg_to_pf()
|
D | iavf_virtchnl.c | 89 (enum virtchnl_ops)le32_to_cpu(event.desc.cookie_high); in iavf_verify_api_ver() 214 (enum virtchnl_ops)le32_to_cpu(event.desc.cookie_high); in iavf_get_vf_config()
|
D | iavf_main.c | 2279 v_op = (enum virtchnl_ops)le32_to_cpu(event.desc.cookie_high); in iavf_adminq_task()
|