Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1346 if ((sp->ub_type == FC_TYPE_IS8802_SNAP) && in ql_isp_rcvbuf()
1439 if ((sp->ub_type == FC_TYPE_IS8802_SNAP) && in ql_isp24xx_rcvbuf()
H A Dql_api.c3380 sp->ub_type = type; in ql_ub_alloc()
3644 if (sp->ub_type == FC_TYPE_IS8802_SNAP) { in ql_ub_release()
8624 if (sp->ub_type == FC_TYPE_IS8802_SNAP) { in ql_unsol_callback()
8631 ubp, sp->ub_type); in ql_unsol_callback()
9355 if (sp->ub_type == FC_TYPE_IS8802_SNAP) { in ql_free_unsolicited_buffer()
9417 if ((sp->ub_type == type) && in ql_get_unsolicited_buffer()
9488 (sp->ub_type == FC_TYPE_IS8802_SNAP) && in ql_ub_frame_hdr()
9564 if ((sp->ub_type == FC_TYPE_IS8802_SNAP) == 0) { in ql_ub_frame_hdr()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1149 uint32_t ub_type; member