Searched refs:ecore_qp_state (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c3335 enum ecore_roce_qp_state ecore_qp_state; local
3337 ecore_qp_state = ECORE_ROCE_QP_STATE_ERR;
3341 ecore_qp_state = ECORE_ROCE_QP_STATE_RESET;
3345 ecore_qp_state = ECORE_ROCE_QP_STATE_INIT;
3349 ecore_qp_state = ECORE_ROCE_QP_STATE_RTR;
3353 ecore_qp_state = ECORE_ROCE_QP_STATE_RTS;
3357 ecore_qp_state = ECORE_ROCE_QP_STATE_SQD;
3361 ecore_qp_state = ECORE_ROCE_QP_STATE_ERR;
3365 ecore_qp_state = ECORE_ROCE_QP_STATE_ERR;
3369 return (ecore_qp_state);
[all...]

Completed in 98 milliseconds