Lines Matching defs:p_ent

62 	struct ecore_spq_entry *p_ent = OSAL_NULL;
74 p_ent = *pp_ent;
75 p_ent->elem.hdr.cid = OSAL_CPU_TO_LE32(opaque_cid);
76 p_ent->elem.hdr.cmd_id = cmd;
77 p_ent->elem.hdr.protocol_id = protocol;
78 p_ent->priority = ECORE_SPQ_PRIORITY_NORMAL;
79 p_ent->comp_mode = p_data->comp_mode;
80 p_ent->comp_done.done = 0;
82 switch (p_ent->comp_mode) {
84 p_ent->comp_cb.cookie = &p_ent->comp_done;
91 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie;
96 p_ent->comp_cb.function = OSAL_NULL;
98 p_ent->comp_cb = *p_data->p_comp_data;
103 p_ent->comp_mode);
110 (unsigned long long)(osal_uintptr_t)&p_ent->ramrod,
111 D_TRINE(p_ent->comp_mode, ECORE_SPQ_MODE_EBLOCK,
115 OSAL_MEMSET(&p_ent->ramrod, 0, sizeof(p_ent->ramrod));
332 struct ecore_spq_entry *p_ent = OSAL_NULL;
348 rc = ecore_sp_init_request(p_hwfn, &p_ent,
356 p_ramrod = &p_ent->ramrod.pf_start;
448 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL);
459 struct ecore_spq_entry *p_ent = OSAL_NULL;
469 rc = ecore_sp_init_request(p_hwfn, &p_ent,
476 &p_ent->ramrod.pf_update);
478 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL);
483 struct ecore_spq_entry *p_ent = OSAL_NULL;
499 rc = ecore_sp_init_request(p_hwfn, &p_ent,
505 p_ent->ramrod.pf_update.update_enable_stag_pri_change = true;
508 p_ent->ramrod.pf_update.enable_stag_pri_change = 1;
510 p_ent->ramrod.pf_update.enable_stag_pri_change = 0;
512 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL);
535 struct ecore_spq_entry *p_ent = OSAL_NULL;
546 rc = ecore_sp_init_request(p_hwfn, &p_ent,
552 rl_update = &p_ent->ramrod.rl_update;
581 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL);
592 struct ecore_spq_entry *p_ent = OSAL_NULL;
615 rc = ecore_sp_init_request(p_hwfn, &p_ent,
622 &p_ent->ramrod.pf_update.tunnel_config);
624 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL);
635 struct ecore_spq_entry *p_ent = OSAL_NULL;
645 rc = ecore_sp_init_request(p_hwfn, &p_ent,
651 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL);
656 struct ecore_spq_entry *p_ent = OSAL_NULL;
666 rc = ecore_sp_init_request(p_hwfn, &p_ent,
672 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL);
677 struct ecore_spq_entry *p_ent = OSAL_NULL;
687 rc = ecore_sp_init_request(p_hwfn, &p_ent,
693 p_ent->ramrod.pf_update.update_mf_vlan_flag = true;
694 p_ent->ramrod.pf_update.mf_vlan = OSAL_CPU_TO_LE16(p_hwfn->hw_info.ovlan);
696 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL);