Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.c92 msg->info |= NFP_FLOWER_CMSG_PORTMOD_MTU_CHANGE_ONLY; in nfp_flower_cmsg_portmod()
130 if (!(msg->info & NFP_FLOWER_CMSG_PORTMOD_MTU_CHANGE_ONLY)) in nfp_flower_process_mtu_ack()
H A Dcmsg.h626 #define NFP_FLOWER_CMSG_PORTMOD_MTU_CHANGE_ONLY BIT(1) macro