Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c195 if (QLNX_IS_IWARP(dev)) { in qlnxr_register_device()
262 if (QLNX_IS_IWARP(dev)) { in qlnxr_register_device()
448 if (QLNX_IS_IWARP(dev)) { in qlnxr_free_resources()
559 if (QLNX_IS_IWARP(dev)) { in qlnxr_affiliated_event()
784 if (QLNX_IS_IWARP(dev)) { in qlnxr_init_hw()
1168 if (QLNX_IS_IWARP(dev)) { in qlnxr_remove()
H A Dqlnxr_verbs.c636 if (QLNX_IS_IWARP(dev)) { in qlnxr_query_port()
2131 if (QLNX_IS_IWARP(dev)) { in qlnxr_copy_rq_uresp()
2164 if (QLNX_IS_IWARP(dev)) { in qlnxr_copy_sq_uresp()
2488 if (!QLNX_IS_IWARP(dev)) in qlnxr_idr_add()
2519 if (!QLNX_IS_IWARP(dev)) in qlnxr_idr_remove()
2635 if (QLNX_IS_IWARP(dev)) in qlnxr_create_user_qp()
3267 if (QLNX_IS_IWARP(dev)) { in qlnxr_update_qp_state()
3712 if (QLNX_IS_IWARP(dev) && (attr_mask == IB_QP_STATE)) { in qlnxr_query_qp()
4724 if (QLNX_IS_IWARP(dev)) { in qlnxr_post_recv()
5621 if (QLNX_IS_IWARP(dev)) { in qlnxr_get_port_immutable()
H A Dqlnxr_def.h868 #define QLNX_IS_IWARP(rdev) IS_IWARP(ECORE_LEADING_HWFN(rdev->cdev)) macro