Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c555 enum sparx5_port_max_tags max_tags = port->max_vlan_tags; in sparx5_port_max_tags_set() local
556 int tag_ct = max_tags == SPX5_PORT_MAX_TAGS_ONE ? 1 : in sparx5_port_max_tags_set()
557 max_tags == SPX5_PORT_MAX_TAGS_TWO ? 2 : 0; in sparx5_port_max_tags_set()
558 bool dtag = max_tags == SPX5_PORT_MAX_TAGS_TWO; in sparx5_port_max_tags_set()
560 bool dotag = max_tags != SPX5_PORT_MAX_TAGS_NONE; in sparx5_port_max_tags_set()
/openbmc/linux/drivers/scsi/
H A Da100u2w.h241 u8 max_tags[16]; /* ORC_MAX_SCBS */ member
H A Dinitio.h510 u8 max_tags[16]; /* 58 */ member
H A Dmyrs.h509 unsigned short max_tags; /* Bytes 32-33 */ member
H A Dinitio.c634 host->max_tags[i] = 0xFF; in initio_init()
752 host->max_tags[first->target]) | in initio_find_first_pend_scb()
1079 host->max_tags[scb->target] = in tulip_main()
H A Da100u2w.c549 host->max_tags[i] = ORC_MAXTAGS; in init_orchid()