Searched refs:attrmod (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c3078 uint_t ii, ioc_no, attrmod; local
3096 attrmod = IBDM_IN_IBMFMSG_ATTRMOD(msg);
3097 ioc_no = ((attrmod >> 16) & IBDM_16_BIT_MASK);
3098 end = ((attrmod >> 8) & IBDM_8_BIT_MASK);
3099 start = (attrmod & IBDM_8_BIT_MASK);
3118 "Attr modifier 0x%x, #Serv entries %d", attrmod, nentries);
3263 uint16_t attrmod, *diagcode; local
3272 attrmod = IBDM_IN_IBMFMSG_ATTRMOD(ibmf_msg);
3274 if (attrmod == 0) {
3299 ioc = IBDM_GIDINFO2IOCINFO(gid_info, (attrmod
3688 int attrmod, ioc_no, start; local
[all...]

Completed in 77 milliseconds