Home
last modified time | relevance | path

Searched refs:p_ent (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_spq.c223 p_ent->elem.hdr.cmd_id, p_ent->elem.hdr.protocol_id, in ecore_spq_block()
237 p_ent->flags = 0; in ecore_spq_fill_entry()
254 p_ent->elem.hdr.cid, p_ent->elem.hdr.cmd_id, in ecore_spq_fill_entry()
256 p_ent->elem.data_ptr.hi, p_ent->elem.data_ptr.lo, in ecore_spq_fill_entry()
738 if (!p_ent) { in ecore_spq_get_entry()
908 if (!p_ent) in ecore_spq_pend_post()
916 ecore_spq_add_entry(p_hwfn, p_ent, p_ent->priority); in ecore_spq_pend_post()
934 if (!p_ent) { in ecore_spq_post()
942 p_ent->elem.hdr.cmd_id, p_ent->elem.hdr.protocol_id); in ecore_spq_post()
959 rc = ecore_spq_add_entry(p_hwfn, p_ent, p_ent->priority); in ecore_spq_post()
[all …]
H A Decore_sp_commands.c74 p_ent = *pp_ent; in ecore_sp_init_request()
76 p_ent->elem.hdr.cmd_id = cmd; in ecore_sp_init_request()
79 p_ent->comp_mode = p_data->comp_mode; in ecore_sp_init_request()
80 p_ent->comp_done.done = 0; in ecore_sp_init_request()
82 switch (p_ent->comp_mode) { in ecore_sp_init_request()
84 p_ent->comp_cb.cookie = &p_ent->comp_done; in ecore_sp_init_request()
96 p_ent->comp_cb.function = OSAL_NULL; in ecore_sp_init_request()
103 p_ent->comp_mode); in ecore_sp_init_request()
115 OSAL_MEMSET(&p_ent->ramrod, 0, sizeof(p_ent->ramrod)); in ecore_sp_init_request()
356 p_ramrod = &p_ent->ramrod.pf_start; in ecore_sp_pf_start()
[all …]
H A Decore_roce.c399 struct ecore_spq_entry *p_ent; in ecore_roce_sp_create_responder() local
568 struct ecore_spq_entry *p_ent; in ecore_roce_sp_create_requester() local
597 rc = ecore_sp_init_request(p_hwfn, &p_ent, in ecore_roce_sp_create_requester()
719 struct ecore_spq_entry *p_ent; in ecore_roce_sp_modify_responder() local
825 struct ecore_spq_entry *p_ent; in ecore_roce_sp_modify_requester() local
932 struct ecore_spq_entry *p_ent; in ecore_roce_sp_destroy_qp_responder() local
1017 struct ecore_spq_entry *p_ent; in ecore_roce_sp_destroy_qp_requester() local
1095 struct ecore_spq_entry *p_ent; in ecore_roce_sp_query_responder() local
1159 struct ecore_spq_entry *p_ent; in ecore_roce_sp_query_requester() local
1297 struct ecore_spq_entry *p_ent; in ecore_roce_destroy_ud_qp() local
[all …]
H A Decore_l2.c382 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_eth_vport_start() local
399 rc = ecore_sp_init_request(p_hwfn, &p_ent, in ecore_sp_eth_vport_start()
405 p_ramrod = &p_ent->ramrod.vport_start; in ecore_sp_eth_vport_start()
769 p_ramrod = &p_ent->ramrod.vport_update; in ecore_sp_vport_update()
815 ecore_spq_return_entry(p_hwfn, p_ent); in ecore_sp_vport_update()
833 struct ecore_spq_entry *p_ent; in ecore_sp_vport_stop() local
856 p_ramrod = &p_ent->ramrod.vport_stop; in ecore_sp_vport_stop()
955 p_ramrod = &p_ent->ramrod.rx_queue_start; in ecore_eth_rxq_start_ramrod()
1175 p_ramrod = &p_ent->ramrod.rx_queue_stop; in ecore_eth_pf_rx_queue_stop()
1526 &p_ramrod, &p_ent, in ecore_sp_eth_filter_ucast()
[all …]
H A Decore_rdma.c806 struct ecore_spq_entry *p_ent; in ecore_rdma_start_fw() local
831 &p_ent->ramrod.iwarp_init_func); in ecore_rdma_start_fw()
978 struct ecore_spq_entry *p_ent; in ecore_rdma_stop() local
1062 p_ramrod = &p_ent->ramrod.rdma_close_func; in ecore_rdma_stop()
1294 struct ecore_spq_entry *p_ent; in ecore_rdma_create_cq() local
1334 p_ramrod = &p_ent->ramrod.rdma_create_cq; in ecore_rdma_create_cq()
1383 struct ecore_spq_entry *p_ent; in ecore_rdma_destroy_cq() local
2061 struct ecore_spq_entry *p_ent; in ecore_rdma_modify_srq() local
2101 struct ecore_spq_entry *p_ent; in ecore_rdma_destroy_srq() local
2153 struct ecore_spq_entry *p_ent; in ecore_rdma_create_srq() local
[all …]
H A Decore_iwarp.c259 struct ecore_spq_entry *p_ent; in ecore_iwarp_create_qp() local
294 rc = ecore_sp_init_request(p_hwfn, &p_ent, in ecore_iwarp_create_qp()
300 p_ramrod = &p_ent->ramrod.iwarp_create_qp; in ecore_iwarp_create_qp()
369 struct ecore_spq_entry *p_ent; in ecore_iwarp_modify_fw() local
378 rc = ecore_sp_init_request(p_hwfn, &p_ent, in ecore_iwarp_modify_fw()
385 p_ramrod = &p_ent->ramrod.iwarp_modify_qp; in ecore_iwarp_modify_fw()
540 struct ecore_spq_entry *p_ent; in ecore_iwarp_fw_destroy() local
549 rc = ecore_sp_init_request(p_hwfn, &p_ent, in ecore_iwarp_fw_destroy()
760 struct ecore_spq_entry *p_ent; in ecore_iwarp_tcp_offload() local
889 struct ecore_spq_entry *p_ent; in ecore_iwarp_mpa_offload() local
[all …]
H A Decore_ll2.c836 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_ll2_rx_queue_start() local
847 rc = ecore_sp_init_request(p_hwfn, &p_ent, in ecore_sp_ll2_rx_queue_start()
853 p_ramrod = &p_ent->ramrod.core_rx_queue_start; in ecore_sp_ll2_rx_queue_start()
900 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_ll2_tx_queue_start() local
919 rc = ecore_sp_init_request(p_hwfn, &p_ent, in ecore_sp_ll2_tx_queue_start()
925 p_ramrod = &p_ent->ramrod.core_tx_queue_start; in ecore_sp_ll2_tx_queue_start()
994 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_ll2_rx_queue_stop() local
1004 rc = ecore_sp_init_request(p_hwfn, &p_ent, in ecore_sp_ll2_rx_queue_stop()
1010 p_ramrod = &p_ent->ramrod.core_rx_queue_stop; in ecore_sp_ll2_rx_queue_stop()
1022 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_ll2_tx_queue_stop() local
[all …]
H A Decore_spq.h233 struct ecore_spq_entry *p_ent,
282 struct ecore_spq_entry *p_ent);
H A Decore_sriov.c110 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_vf_start() local
121 rc = ecore_sp_init_request(p_hwfn, &p_ent, in ecore_sp_vf_start()
127 p_ramrod = &p_ent->ramrod.vf_start; in ecore_sp_vf_start()
164 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_vf_start()
172 struct ecore_spq_entry *p_ent = OSAL_NULL; in ecore_sp_vf_stop() local
182 rc = ecore_sp_init_request(p_hwfn, &p_ent, in ecore_sp_vf_stop()
188 p_ramrod = &p_ent->ramrod.vf_stop; in ecore_sp_vf_stop()
192 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_vf_stop()