Home
last modified time | relevance | path

Searched refs:qed_rdma_info_alloc (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/qlogic/qed/
Dqed_rdma.h174 int qed_rdma_info_alloc(struct qed_hwfn *p_hwfn);
180 static inline int qed_rdma_info_alloc(struct qed_hwfn *p_hwfn) {return -EINVAL;} in qed_rdma_info_alloc() function
Dqed_rdma.c118 int qed_rdma_info_alloc(struct qed_hwfn *p_hwfn) in qed_rdma_info_alloc() function
Dqed_dev.c2338 rc = qed_rdma_info_alloc(p_hwfn); in qed_resc_alloc()