Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h1546 #define ICE_GET_LINK_STATUS_DATALEN_V1 32 macro
H A Dice_common.c601 #define ice_get_link_status_datalen(hw) ICE_GET_LINK_STATUS_DATALEN_V1
H A Dice_lib.c2156 MPASS(le16toh(e->desc.datalen) >= ICE_GET_LINK_STATUS_DATALEN_V1); in ice_process_link_event()