Home
last modified time | relevance | path

Searched defs:p_ent (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp_commands.c25 struct qed_spq_entry *p_ent) in qed_sp_destroy_request()
42 struct qed_spq_entry *p_ent = NULL; in qed_sp_init_request() local
309 struct qed_spq_entry *p_ent = NULL; in qed_sp_pf_start() local
431 struct qed_spq_entry *p_ent = NULL; in qed_sp_pf_update() local
455 struct qed_spq_entry *p_ent = NULL; in qed_sp_pf_update_ufp() local
493 struct qed_spq_entry *p_ent = NULL; in qed_sp_pf_update_tunn_cfg() local
530 struct qed_spq_entry *p_ent = NULL; in qed_sp_pf_stop() local
551 struct qed_spq_entry *p_ent = NULL; in qed_sp_heartbeat_ramrod() local
572 struct qed_spq_entry *p_ent = NULL; in qed_sp_pf_update_stag() local
H A Dqed_spq.c63 struct qed_spq_entry *p_ent, in __qed_spq_block()
91 struct qed_spq_entry *p_ent, in qed_spq_block()
159 struct qed_spq_entry *p_ent) in qed_spq_fill_entry()
234 struct qed_spq *p_spq, struct qed_spq_entry *p_ent) in qed_spq_hw_post()
630 struct qed_spq_entry *p_ent = NULL; in qed_spq_get_entry() local
660 struct qed_spq_entry *p_ent) in __qed_spq_return_entry()
687 struct qed_spq_entry *p_ent, in qed_spq_add_entry()
761 struct qed_spq_entry *p_ent = in qed_spq_post_list() local
780 struct qed_spq_entry *p_ent = NULL; in qed_spq_pend_post() local
831 struct qed_spq_entry *p_ent, u8 *fw_return_code) in qed_spq_post()
[all …]
H A Dqed_roce.c228 struct qed_spq_entry *p_ent; in qed_roce_sp_create_responder() local
366 struct qed_spq_entry *p_ent; in qed_roce_sp_create_requester() local
496 struct qed_spq_entry *p_ent; in qed_roce_sp_modify_responder() local
584 struct qed_spq_entry *p_ent; in qed_roce_sp_modify_requester() local
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
822 struct qed_spq_entry *p_ent; in qed_roce_query_qp() local
H A Dqed_nvmetcp.c59 struct qed_spq_entry *p_ent = NULL; in qed_sp_nvmetcp_func_start() local
123 struct qed_spq_entry *p_ent = NULL; in qed_sp_nvmetcp_func_stop() local
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
427 struct qed_spq_entry *p_ent = NULL; in qed_sp_nvmetcp_conn_clear_sq() local
H A Dqed_rdma.c559 struct qed_spq_entry *p_ent; in qed_rdma_start_fw() local
698 struct qed_spq_entry *p_ent; in qed_rdma_stop() local
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
1772 struct qed_spq_entry *p_ent; in qed_rdma_create_srq() local
H A Dqed_l2.c346 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
1367 struct qed_spq_entry *p_ent = NULL; in qed_sp_eth_filter_ucast() local
1470 struct qed_spq_entry *p_ent = NULL; in qed_sp_eth_filter_mcast() local
[all …]
H A Dqed_iscsi.c146 struct qed_spq_entry *p_ent = NULL; in qed_sp_iscsi_func_start() local
268 struct qed_spq_entry *p_ent = NULL; in qed_sp_iscsi_conn_offload() local
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
597 struct qed_spq_entry *p_ent = NULL; in qed_sp_iscsi_func_stop() local
H A Dqed_fcoe.c94 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_func_start() local
231 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_conn_offload() local
310 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_conn_destroy() local
340 struct qed_spq_entry *p_ent = NULL; in qed_sp_fcoe_func_stop() local
H A Dqed_iwarp.c189 struct qed_spq_entry *p_ent; in qed_iwarp_create_qp() local
292 struct qed_spq_entry *p_ent; in qed_iwarp_modify_fw() local
465 struct qed_spq_entry *p_ent; in qed_iwarp_fw_destroy() local
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
3222 struct qed_spq_entry *p_ent; in qed_iwarp_send_rtr() local
H A Dqed_ll2.c965 struct qed_spq_entry *p_ent = NULL; in qed_sp_ll2_rx_queue_start() local
1029 struct qed_spq_entry *p_ent = NULL; in qed_sp_ll2_tx_queue_start() local
1122 struct qed_spq_entry *p_ent = NULL; in qed_sp_ll2_rx_queue_stop() local
1150 struct qed_spq_entry *p_ent = NULL; in qed_sp_ll2_tx_queue_stop() local
H A Dqed_sriov.c49 struct qed_spq_entry *p_ent = NULL; in qed_sp_vf_start() local
112 struct qed_spq_entry *p_ent = NULL; in qed_sp_vf_stop() local