Searched refs:GET_STATS_64 (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
D | bnx2i_init.c | 396 GET_STATS_64(hba, stats, rx_pdus); in bnx2i_get_stats() 397 GET_STATS_64(hba, stats, rx_bytes); in bnx2i_get_stats() 399 GET_STATS_64(hba, stats, tx_pdus); in bnx2i_get_stats() 400 GET_STATS_64(hba, stats, tx_bytes); in bnx2i_get_stats()
|
D | bnx2i.h | 134 #define GET_STATS_64(__hba, dst, field) \ macro 154 #define GET_STATS_64(__hba, dst, field) \ macro
|