/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/ |
A D | qed_spq.c | 161 p_ent->flags = 0; in qed_spq_fill_entry() 185 p_ent->elem.data_ptr.hi, p_ent->elem.data_ptr.lo, in qed_spq_fill_entry() 636 p_ent = kzalloc(sizeof(*p_ent), GFP_ATOMIC); in qed_spq_get_entry() 637 if (!p_ent) { in qed_spq_get_entry() 651 *pp_ent = p_ent; in qed_spq_get_entry() 788 if (!p_ent) in qed_spq_pend_post() 793 qed_spq_add_entry(p_hwfn, p_ent, p_ent->priority); in qed_spq_pend_post() 841 if (!p_ent) { in qed_spq_post() 876 rc = qed_spq_add_entry(p_hwfn, p_ent, p_ent->priority); in qed_spq_post() 904 kfree(p_ent); in qed_spq_post() [all …]
|
A D | qed_sp_commands.c | 25 struct qed_spq_entry *p_ent) in qed_sp_destroy_request() argument 32 kfree(p_ent); in qed_sp_destroy_request() 42 struct qed_spq_entry *p_ent = NULL; in qed_sp_init_request() local 53 p_ent = *pp_ent; in qed_sp_init_request() 56 p_ent->elem.hdr.cmd_id = cmd; in qed_sp_init_request() 61 p_ent->comp_done.done = 0; in qed_sp_init_request() 63 switch (p_ent->comp_mode) { in qed_sp_init_request() 65 p_ent->comp_cb.cookie = &p_ent->comp_done; in qed_sp_init_request() 77 p_ent->comp_cb.function = NULL; in qed_sp_init_request() 84 p_ent->comp_mode); in qed_sp_init_request() [all …]
|
A D | qed_roce.c | 228 struct qed_spq_entry *p_ent; in qed_roce_sp_create_responder() local 338 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_roce_sp_create_responder() 366 struct qed_spq_entry *p_ent; in qed_roce_sp_create_requester() local 470 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_roce_sp_create_requester() 496 struct qed_spq_entry *p_ent; in qed_roce_sp_modify_responder() local 571 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_roce_sp_modify_responder() 584 struct qed_spq_entry *p_ent; in qed_roce_sp_modify_requester() local 658 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_roce_sp_modify_requester() 671 struct qed_spq_entry *p_ent; in qed_roce_sp_destroy_qp_responder() local 756 struct qed_spq_entry *p_ent; in qed_roce_sp_destroy_qp_requester() local [all …]
|
A D | qed_nvmetcp.c | 59 struct qed_spq_entry *p_ent = NULL; in qed_sp_nvmetcp_func_start() local 69 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_nvmetcp_func_start() 75 p_ramrod = &p_ent->ramrod.nvmetcp_init; in qed_sp_nvmetcp_func_start() 116 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_nvmetcp_func_start() 123 struct qed_spq_entry *p_ent = NULL; in qed_sp_nvmetcp_func_stop() local 133 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_nvmetcp_func_stop() 139 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_nvmetcp_func_stop() 274 struct qed_spq_entry *p_ent = NULL; in qed_sp_nvmetcp_conn_offload() local 362 struct qed_spq_entry *p_ent = NULL; in qed_sp_nvmetcp_conn_update() local 399 struct qed_spq_entry *p_ent = NULL; in qed_sp_nvmetcp_conn_terminate() local [all …]
|
A D | qed_rdma.c | 559 struct qed_spq_entry *p_ent; in qed_rdma_start_fw() local 581 &p_ent->ramrod.iwarp_init_func); in qed_rdma_start_fw() 698 struct qed_spq_entry *p_ent; in qed_rdma_stop() local 750 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_rdma_stop() 1034 struct qed_spq_entry *p_ent; in qed_rdma_create_cq() local 1120 struct qed_spq_entry *p_ent; in qed_rdma_destroy_cq() local 1468 struct qed_spq_entry *p_ent; in qed_rdma_register_tid() local 1586 struct qed_spq_entry *p_ent; in qed_rdma_deregister_tid() local 1688 struct qed_spq_entry *p_ent; in qed_rdma_modify_srq() local 1724 struct qed_spq_entry *p_ent; in qed_rdma_destroy_srq() local [all …]
|
A D | qed_iscsi.c | 146 struct qed_spq_entry *p_ent = NULL; in qed_sp_iscsi_func_start() local 160 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_iscsi_func_start() 166 p_ramrod = &p_ent->ramrod.iscsi_init; in qed_sp_iscsi_func_start() 177 qed_sp_destroy_request(p_hwfn, p_ent); in qed_sp_iscsi_func_start() 268 struct qed_spq_entry *p_ent = NULL; in qed_sp_iscsi_conn_offload() local 288 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_iscsi_conn_offload() 455 struct qed_spq_entry *p_ent = NULL; in qed_sp_iscsi_conn_update() local 496 struct qed_spq_entry *p_ent = NULL; in qed_sp_iscsi_mac_update() local 539 struct qed_spq_entry *p_ent = NULL; in qed_sp_iscsi_conn_terminate() local 573 struct qed_spq_entry *p_ent = NULL; in qed_sp_iscsi_conn_clear_sq() local [all …]
|
A D | qed_l2.c | 346 struct qed_spq_entry *p_ent = NULL; in qed_sp_eth_vport_start() local 667 struct qed_spq_entry *p_ent = NULL; in qed_sp_vport_update() local 748 struct qed_spq_entry *p_ent; in qed_sp_vport_stop() local 846 struct qed_spq_entry *p_ent = NULL; in qed_eth_rxq_start_ramrod() local 972 struct qed_spq_entry *p_ent = NULL; in qed_sp_eth_rx_queues_update() local 1016 struct qed_spq_entry *p_ent = NULL; in qed_eth_pf_rx_queue_stop() local 1072 struct qed_spq_entry *p_ent = NULL; in qed_eth_txq_start_ramrod() local 1164 struct qed_spq_entry *p_ent = NULL; in qed_eth_pf_tx_queue_stop() local 1372 &p_ramrod, &p_ent, in qed_sp_eth_filter_ucast() 1470 struct qed_spq_entry *p_ent = NULL; in qed_sp_eth_filter_mcast() local [all …]
|
A D | qed_fcoe.c | 94 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_func_start() local 109 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_func_start() 115 p_ramrod = &p_ent->ramrod.fcoe_init; in qed_sp_fcoe_func_start() 214 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_fcoe_func_start() 219 qed_sp_destroy_request(p_hwfn, p_ent); in qed_sp_fcoe_func_start() 231 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_conn_offload() local 244 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_conn_offload() 310 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_conn_destroy() local 321 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_fcoe_conn_destroy() 340 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_func_stop() local [all …]
|
A D | qed_sp.h | 215 struct qed_spq_entry *p_ent, 267 struct qed_spq_entry *p_ent); 396 struct qed_spq_entry *p_ent);
|
A D | qed_iwarp.c | 189 struct qed_spq_entry *p_ent; in qed_iwarp_create_qp() local 221 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_iwarp_create_qp() 272 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_iwarp_create_qp() 292 struct qed_spq_entry *p_ent; in qed_iwarp_modify_fw() local 302 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_iwarp_modify_fw() 321 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_iwarp_modify_fw() 465 struct qed_spq_entry *p_ent; in qed_iwarp_fw_destroy() local 480 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_iwarp_fw_destroy() 628 struct qed_spq_entry *p_ent; in qed_iwarp_tcp_offload() local 826 struct qed_spq_entry *p_ent; in qed_iwarp_mpa_offload() local [all …]
|
A D | qed_ll2.c | 963 struct qed_spq_entry *p_ent = NULL; in qed_sp_ll2_rx_queue_start() local 974 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_ll2_rx_queue_start() 1018 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_ll2_rx_queue_start() 1027 struct qed_spq_entry *p_ent = NULL; in qed_sp_ll2_tx_queue_start() local 1046 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_ll2_tx_queue_start() 1106 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_ll2_tx_queue_start() 1120 struct qed_spq_entry *p_ent = NULL; in qed_sp_ll2_rx_queue_stop() local 1130 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_ll2_rx_queue_stop() 1141 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_ll2_rx_queue_stop() 1148 struct qed_spq_entry *p_ent = NULL; in qed_sp_ll2_tx_queue_stop() local [all …]
|
A D | qed_sriov.c | 49 struct qed_spq_entry *p_ent = NULL; in qed_sp_vf_start() local 60 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_vf_start() 66 p_ramrod = &p_ent->ramrod.vf_start; in qed_sp_vf_start() 82 qed_sp_destroy_request(p_hwfn, p_ent); in qed_sp_vf_start() 105 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_vf_start() 112 struct qed_spq_entry *p_ent = NULL; in qed_sp_vf_stop() local 122 rc = qed_sp_init_request(p_hwfn, &p_ent, in qed_sp_vf_stop() 128 p_ramrod = &p_ent->ramrod.vf_stop; in qed_sp_vf_stop() 132 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_vf_stop()
|