Searched refs:GET_STATS_64 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A 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()
|
H A D | bnx2i.h | 134 #define GET_STATS_64(__hba, dst, field) \ macro 154 #define GET_STATS_64(__hba, dst, field) \ macro
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A 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()
|
H A D | bnx2i.h | 134 #define GET_STATS_64(__hba, dst, field) \ macro 154 #define GET_STATS_64(__hba, dst, field) \ macro
|
Completed in 5 milliseconds