Searched refs:FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR (Results 1 – 2 of 2) sorted by relevance
119 FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR); in BnxeFcoeInitCqe()453 kcqe.completion_status = mm_cpu_to_le32(FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR); in BnxeFcoeEnableConnWqeWork()513 FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR); in BnxeFcoeDisableConnCqe()574 kcqe.completion_status = mm_cpu_to_le32(FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR); in BnxeFcoeDisableConnWqeWork()651 FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR); in BnxeFcoeDestroyConnCqe()712 kcqe.completion_status = mm_cpu_to_le32(FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR); in BnxeFcoeDestroyConnWqeWork()768 FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR); in BnxeFcoeDestroyCqe()802 kcqe.completion_status = mm_cpu_to_le32(FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR); in BnxeFcoeDestroyWqeWork()858 FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR); in BnxeFcoeStatCqe()892 kcqe.completion_status = mm_cpu_to_le32(FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR); in BnxeFcoeStatWqeWork()
46 #define FCOE_KCQE_COMPLETION_STATUS_NIC_ERROR (0x5) macro