Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsff/common/
H A Dlibsff.c650 sff_gather_bitfield(uint32_t value, const char *name, sff_pair_t *pairs, in sff_gather_bitfield() function
689 if ((ret = sff_gather_bitfield(buf[SFF_8472_COMPLIANCE_10GE] & in sff_parse_compliance()
694 if ((ret = sff_gather_bitfield(buf[SFF_8472_COMPLIANCE_IB] & in sff_parse_compliance()
699 if ((ret = sff_gather_bitfield(buf[SFF_8472_COMPLIANCE_ESCON] & in sff_parse_compliance()
706 if ((ret = sff_gather_bitfield(v & SFF_8472_COMP_SOCON_MASK, in sff_parse_compliance()
710 if ((ret = sff_gather_bitfield(buf[SFF_8472_COMPLIANCE_ETHERNET] & in sff_parse_compliance()
715 if ((ret = sff_gather_bitfield(buf[SFF_8472_COMPLIANCE_FCLEN] & in sff_parse_compliance()
722 if ((ret = sff_gather_bitfield(v & SFF_8472_COMP_TECH_MASK, in sff_parse_compliance()
726 if ((ret = sff_gather_bitfield(buf[SFF_8472_COMPLIANCE_SFP] & in sff_parse_compliance()
731 if ((ret = sff_gather_bitfield(buf[SFF_8472_COMPLIANCE_FC_MEDIA] & in sff_parse_compliance()
[all …]