Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1461 if ((sp->ub_type == FC_TYPE_IS8802_SNAP) && in ql_isp_rcvbuf()
1554 if ((sp->ub_type == FC_TYPE_IS8802_SNAP) && in ql_isp24xx_rcvbuf()
H A Dql_api.c3649 sp->ub_type = type; in ql_ub_alloc()
3903 if (sp->ub_type == FC_TYPE_IS8802_SNAP) { in ql_ub_release()
9035 if (sp->ub_type == FC_TYPE_IS8802_SNAP) { in ql_unsol_callback()
9042 ubp, sp->ub_type); in ql_unsol_callback()
9804 if (sp->ub_type == FC_TYPE_IS8802_SNAP) { in ql_free_unsolicited_buffer()
9866 if ((sp->ub_type == type) && in ql_get_unsolicited_buffer()
9937 (sp->ub_type == FC_TYPE_IS8802_SNAP) && in ql_ub_frame_hdr()
10006 if ((sp->ub_type == FC_TYPE_IS8802_SNAP) == 0) { in ql_ub_frame_hdr()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1304 uint32_t ub_type; member