Searched refs:cookie_low (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_msg.c | 74 u32 cookie_low; member 102 channel->cookie_low = di; in vmw_open_channel() 122 di = channel->cookie_low; in vmw_close_channel() 155 di = channel->cookie_low; in vmw_port_hb_out() 178 di = channel->cookie_low; in vmw_port_hb_out() 206 unsigned long bp = channel->cookie_low; in vmw_port_hb_in() 227 di = channel->cookie_low; in vmw_port_hb_in() 266 di = channel->cookie_low; in vmw_send_msg() 324 di = channel->cookie_low; in vmw_recv_msg() 368 di = channel->cookie_low; in vmw_recv_msg()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_sriov.c | 35 desc.cookie_low = cpu_to_le32(v_retval); in ice_aq_send_msg_to_vf()
|
| D | ice_controlq.c | 182 desc->cookie_low = 0; in ice_alloc_rq_bufs()
|
| D | ice_adminq_cmd.h | 1606 __le32 cookie_low; member
|
| D | ice_common.c | 1219 le32_to_cpu(cq_desc->cookie_low)); in ice_debug_cq()
|
| /Linux-v5.4/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 | 159 desc->cookie_low = 0; in i40e_alloc_arq_bufs() 774 desc->cookie_low = in i40e_asq_send_command()
|
| D | i40e_adminq_cmd.h | 34 __le32 cookie_low; member
|
| D | i40e_common.c | 304 le32_to_cpu(aq_desc->cookie_low)); in i40e_debug_aq() 2943 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf()
|
| D | i40e_main.c | 9296 le32_to_cpu(event.desc.cookie_low), in i40e_clean_adminq_subtask()
|
| /Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
| D | iavf_adminq_cmd.h | 30 __le32 cookie_low; member
|
| D | iavf_adminq.c | 145 desc->cookie_low = 0; in iavf_alloc_arq_bufs() 676 desc->cookie_low = in iavf_asq_send_command()
|
| D | iavf_common.c | 277 le32_to_cpu(aq_desc->cookie_low)); in iavf_debug_aq() 893 desc.cookie_low = cpu_to_le32(v_retval); in iavf_aq_send_msg_to_pf()
|
| D | iavf_virtchnl.c | 95 err = (enum iavf_status)le32_to_cpu(event.desc.cookie_low); in iavf_verify_api_ver() 219 err = (enum iavf_status)le32_to_cpu(event.desc.cookie_low); in iavf_get_vf_config()
|
| D | iavf_main.c | 2280 v_ret = (enum iavf_status)le32_to_cpu(event.desc.cookie_low); in iavf_adminq_task()
|