Searched refs:GET_STATS_64 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/bnx2i/ |
D | bnx2i_init.c | 404 GET_STATS_64(hba, stats, rx_pdus); in bnx2i_get_stats() 405 GET_STATS_64(hba, stats, rx_bytes); in bnx2i_get_stats() 407 GET_STATS_64(hba, stats, tx_pdus); in bnx2i_get_stats() 408 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
|