Searched refs:BNX2FC_STATS (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 711 BNX2FC_STATS(hba, rx_stat2, fc_crc_cnt); in bnx2fc_get_host_stats() 713 BNX2FC_STATS(hba, tx_stat, fcoe_tx_pkt_cnt); in bnx2fc_get_host_stats() 715 BNX2FC_STATS(hba, tx_stat, fcoe_tx_byte_cnt); in bnx2fc_get_host_stats() 717 BNX2FC_STATS(hba, rx_stat0, fcoe_rx_pkt_cnt); in bnx2fc_get_host_stats() 719 BNX2FC_STATS(hba, rx_stat0, fcoe_rx_byte_cnt); in bnx2fc_get_host_stats()
|
D | bnx2fc.h | 155 #define BNX2FC_STATS(hba, stat, cnt) \ macro
|