Symbol: bnxt_en_dev
sys/dev/bnxt/bnxt_en/bnxt.h
1329
struct bnxt_en_dev *edev;
sys/dev/bnxt/bnxt_en/bnxt.h
929
struct bnxt_en_dev *edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
120
struct bnxt_en_dev *edev = bp->edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
136
static int bnxt_req_msix_vecs(struct bnxt_en_dev *edev, int ulp_id,
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
161
static int bnxt_free_msix_vecs(struct bnxt_en_dev *edev, int ulp_id)
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
186
struct bnxt_en_dev *edev = bp->edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
196
struct bnxt_en_dev *edev = bp->edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
204
static int bnxt_send_msg(struct bnxt_en_dev *edev, int ulp_id,
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
230
struct bnxt_en_dev *edev = bp->edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
251
struct bnxt_en_dev *edev = bp->edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
276
struct bnxt_en_dev *edev = bp->edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
301
struct bnxt_en_dev *edev = bp->edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
320
struct bnxt_en_dev *edev = bp->edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
342
struct bnxt_en_dev *edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
366
bnxt_ulp_log_live(struct bnxt_en_dev *edev, u16 logger_id,
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
376
struct bnxt_en_dev *edev = bp->edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
405
static int bnxt_register_async_events(struct bnxt_en_dev *edev, int ulp_id,
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
480
static inline void bnxt_set_edev_info(struct bnxt_en_dev *edev, struct bnxt_softc *bp)
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
520
struct bnxt_en_dev *edev = bnxt_adev->edev;
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
55
static int bnxt_register_dev(struct bnxt_en_dev *edev, int ulp_id,
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
88
static int bnxt_unregister_dev(struct bnxt_en_dev *edev, int ulp_id)
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
136
int (*bnxt_register_device)(struct bnxt_en_dev *, int,
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
138
int (*bnxt_unregister_device)(struct bnxt_en_dev *, int);
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
139
int (*bnxt_request_msix)(struct bnxt_en_dev *, int,
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
141
int (*bnxt_free_msix)(struct bnxt_en_dev *, int);
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
142
int (*bnxt_send_fw_msg)(struct bnxt_en_dev *, int,
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
144
int (*bnxt_register_fw_async_events)(struct bnxt_en_dev *, int,
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
146
int (*bnxt_dbr_complete)(struct bnxt_en_dev *, int, u32);
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
149
static inline bool bnxt_ulp_registered(struct bnxt_en_dev *edev, int ulp_id)
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
166
void bnxt_ulp_log_live(struct bnxt_en_dev *edev, u16 logger_id,
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
168
struct bnxt_en_dev *bnxt_ulp_probe(struct net_device *dev);
sys/dev/bnxt/bnxt_re/bnxt_re.h
337
struct bnxt_en_dev *en_dev;
sys/dev/bnxt/bnxt_re/bnxt_re.h
511
struct bnxt_en_dev *en_dev;
sys/dev/bnxt/bnxt_re/main.c
1063
struct bnxt_en_dev *en_dev;
sys/dev/bnxt/bnxt_re/main.c
1119
struct bnxt_en_dev *en_dev;
sys/dev/bnxt/bnxt_re/main.c
1404
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
1420
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
1441
struct bnxt_en_dev *en_dev;
sys/dev/bnxt/bnxt_re/main.c
1485
struct bnxt_en_dev *en_dev;
sys/dev/bnxt/bnxt_re/main.c
1542
struct bnxt_en_dev *en_dev;
sys/dev/bnxt/bnxt_re/main.c
1610
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
1651
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
1696
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
1730
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
1810
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
1852
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
1879
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
1938
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
2007
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
2254
struct bnxt_en_dev *en_dev)
sys/dev/bnxt/bnxt_re/main.c
2799
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
2862
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
2910
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
2969
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
3001
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
3045
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
3849
struct bnxt_en_dev *en_dev)
sys/dev/bnxt/bnxt_re/main.c
3928
struct bnxt_en_dev *en_dev;
sys/dev/bnxt/bnxt_re/main.c
4343
struct bnxt_en_dev *en_dev;
sys/dev/bnxt/bnxt_re/main.c
4418
struct bnxt_en_dev *en_dev = NULL;
sys/dev/bnxt/bnxt_re/main.c
452
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
475
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
947
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/main.c
958
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/qplib_res.h
423
struct bnxt_en_dev *en_dev;
sys/dev/bnxt/bnxt_re/stats.c
40
struct bnxt_en_dev *en_dev = rdev->en_dev;
sys/dev/bnxt/bnxt_re/stats.c
94
struct bnxt_en_dev *en_dev = rdev->en_dev;