Searched refs:CNIC_F_BNX2X_CLASS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | cnic_if.h | 337 #define CNIC_F_BNX2X_CLASS 4 macro
|
H A D | cnic.c | 1118 } else if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { in cnic_init_uio() 2921 if (!test_bit(CNIC_F_BNX2X_CLASS, &cp->dev->flags)) in cnic_l2_completion() 4061 if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags) && in cnic_cm_process_kcqe() 5175 } else if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { in cnic_init_rings() 5245 } else if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { in cnic_shutdown_rings() 5585 set_bit(CNIC_F_BNX2X_CLASS, &cdev->flags); in init_bnx2x_cnic()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | cnic_if.h | 337 #define CNIC_F_BNX2X_CLASS 4 macro
|
H A D | cnic.c | 1116 } else if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { in cnic_init_uio() 2919 if (!test_bit(CNIC_F_BNX2X_CLASS, &cp->dev->flags)) in cnic_l2_completion() 4059 if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags) && in cnic_cm_process_kcqe() 5172 } else if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { in cnic_init_rings() 5242 } else if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { in cnic_shutdown_rings() 5582 set_bit(CNIC_F_BNX2X_CLASS, &cdev->flags); in init_bnx2x_cnic()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A D | bnx2i_init.c | 97 } else if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { in bnx2i_identify_device()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A D | bnx2i_init.c | 97 } else if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { in bnx2i_identify_device()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 2047 if (!test_bit(CNIC_F_BNX2X_CLASS, &dev->flags) || in bnx2fc_ulp_init() 2528 if (!test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { in bnx2fc_ulp_exit()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 2039 if (!test_bit(CNIC_F_BNX2X_CLASS, &dev->flags) || in bnx2fc_ulp_init() 2520 if (!test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { in bnx2fc_ulp_exit()
|
Completed in 24 milliseconds