Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_dup_connect.c82 IN DAT_QOS qos) in dapl_ep_dup_connect() argument
118 private_data_size, private_data, qos, in dapl_ep_dup_connect()
H A Ddapl_ep_connect.c83 IN DAT_QOS qos, in dapl_ep_connect() argument
102 qos, in dapl_ep_connect()
238 if (qos != DAT_QOS_BEST_EFFORT || in dapl_ep_connect()
H A Ddapl_ep_util.c233 ep_attr->qos = DAT_QOS_BEST_EFFORT; in dapli_ep_default_attrs()
283 DAT_QOS qos) in dapl_ep_check_qos() argument
285 if (qos & ~(DAT_QOS_BEST_EFFORT | DAT_QOS_HIGH_THROUGHPUT | in dapl_ep_check_qos()
593 (DAT_SUCCESS != dapl_ep_check_qos(ep_attr->qos)) || in dapl_ep_create_common()
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_recv.c437 uint8_t qos; in arn_rx_handler() local
552 qos = ((struct ieee80211_qosframe_addr4 *) in arn_rx_handler()
555 qos = in arn_rx_handler()
558 if (qos & IEEE80211_QOS_AMSDU) in arn_rx_handler()
/titanic_50/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_redirection.h180 qos, flags) \ argument
188 (qos),\
191 #define DAT_EP_DUP_CONNECT(ep, dup, timeout, psize, pdata, qos) \ argument
198 (qos))
H A Ddat.h446 DAT_QOS qos; member
/titanic_50/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_ep_util.h70 DAT_QOS qos);
/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c74 uint8_t qos; in ieee80211_input() local
309 qos = (dir == IEEE80211_FC1_DIR_DSTODS) ? in ieee80211_input()
313 qos = 0; in ieee80211_input()
337 if (qos & IEEE80211_QOS_AMSDU) { in ieee80211_input()
339 "ieee80211_input: QOS_AMSDU (%x)\n", qos); in ieee80211_input()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h420 CQE_ASYNC_GRP_5_QOS_t qos; member
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h1022 uint32_t qos :1; member
1086 uint32_t qos :1; member
/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1496 ep_attr->qos = DAT_QOS_BEST_EFFORT; in dapls_ib_query_ep()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h939 uint8_t qos[2]; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c1087 index = (uint32_t)((uintptr_t)&icb->qos - in ql_nvram_24xx_config()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c5079 hba->qos_linkspeed = cqe->un.qos.qos_link_speed; in emlxs_sli4_process_async_event()