Home
last modified time | relevance | path

Searched refs:board_sn (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc.c1407 char board_sn[RTE_SIZEOF_FIELD(efx_nic_board_info_t, enbi_serial)]; member
1429 memcpy(id->board_sn, board_info.enbi_serial, sizeof(id->board_sn)); in sfc_hw_switch_id_init()
1447 return strncmp(left->board_sn, right->board_sn, in sfc_hw_switch_ids_equal()
1448 sizeof(left->board_sn)) == 0; in sfc_hw_switch_ids_equal()