Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.h667 #define NFP_FLOWER_CMSG_PORT_PHYS_PORT_NUM GENMASK(7, 0) macro
671 return FIELD_PREP(NFP_FLOWER_CMSG_PORT_PHYS_PORT_NUM, internal_port) | in nfp_flower_internal_port_get_port_id()
678 return FIELD_PREP(NFP_FLOWER_CMSG_PORT_PHYS_PORT_NUM, phys_port) | in nfp_flower_cmsg_phys_port()
H A Dmain.c224 *port = FIELD_GET(NFP_FLOWER_CMSG_PORT_PHYS_PORT_NUM, in nfp_flower_repr_get_type_and_port()
252 port = FIELD_GET(NFP_FLOWER_CMSG_PORT_PHYS_PORT_NUM, port_id); in nfp_flower_dev_get()