Home
last modified time | relevance | path

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

/linux/include/net/
H A Ddcbnl.h124 int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
125 int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
/linux/include/uapi/linux/
H A Ddcbnl.h168 struct dcbnl_buffer { struct
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c582 static int mlxsw_sp_dcbnl_getbuffer(struct net_device *dev, struct dcbnl_buffer *buf) in mlxsw_sp_dcbnl_getbuffer()
609 static int mlxsw_sp_dcbnl_setbuffer(struct net_device *dev, struct dcbnl_buffer *buf) in mlxsw_sp_dcbnl_setbuffer()
/linux/net/dcb/
H A Ddcbnl.c168 [DCB_ATTR_DCB_BUFFER] = {.len = sizeof(struct dcbnl_buffer)},
1210 struct dcbnl_buffer buffer; in dcbnl_ieee_fill()
1611 struct dcbnl_buffer *buffer = in dcbnl_ieee_set()