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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c26 struct ath9k_tx_queue_info *qi __unused)
166 struct ath9k_tx_queue_info *qi; local
168 qi = &ah->txq[q];
169 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
177 qi->tqi_ver = qinfo->tqi_ver;
178 qi->tqi_subtype = qinfo->tqi_subtype;
179 qi->tqi_qflags = qinfo->tqi_qflags;
180 qi->tqi_priority = qinfo->tqi_priority;
182 qi->tqi_aifs = min(qinfo->tqi_aifs, 255U);
184 qi
219 struct ath9k_tx_queue_info *qi; local
261 struct ath9k_tx_queue_info *qi; local
286 struct ath9k_tx_queue_info *qi; local
[all...]
H A Dath9k_xmit.c109 struct ath9k_tx_queue_info qi; local
115 memset(&qi, 0, sizeof(qi));
116 qi.tqi_subtype = subtype_txq_to_hwq[subtype];
117 qi.tqi_aifs = ATH9K_TXQ_USEDEFAULT;
118 qi.tqi_cwmin = ATH9K_TXQ_USEDEFAULT;
119 qi.tqi_cwmax = ATH9K_TXQ_USEDEFAULT;
120 qi.tqi_physCompBuf = 0;
137 qi.tqi_qflags = TXQ_FLAG_TXEOLINT_ENABLE |
140 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi);
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.cpp93 nsCOMPtr_base::assign_from_qi( const nsQueryInterface qi, const nsIID& iid ) argument
96 if ( NS_FAILED( qi(iid, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
102 nsCOMPtr_base::assign_from_qi_with_error( const nsQueryInterfaceWithError& qi, const nsIID& iid ) argument
105 if ( NS_FAILED( qi(iid, NS_REINTERPRET_CAST(void**, &newRawPtr)) ) )
H A DnsCOMPtr.h566 nsCOMPtr( const nsQueryInterface qi )
571 assign_from_qi(qi, NS_GET_IID(T));
574 nsCOMPtr( const nsQueryInterfaceWithError& qi )
579 assign_from_qi_with_error(qi, NS_GET_IID(T));
823 nsCOMPtr( const nsQueryInterface qi )
828 assign_from_qi(qi, NS_GET_IID(nsISupports));
831 nsCOMPtr( const nsQueryInterfaceWithError& qi )
836 assign_from_qi_with_error(qi, NS_GET_IID(nsISupports));
1027 nsCOMPtr<T>::assign_from_qi( const nsQueryInterface qi, const nsIID& aIID ) argument
1030 if ( NS_FAILED( qi(aII
1037 assign_from_qi_with_error( const nsQueryInterfaceWithError& qi, const nsIID& aIID ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c994 struct ath5k_txq_info qi = { local
1014 qi.tqi_flags = AR5K_TXQ_FLAG_TXEOLINT_ENABLE |
1016 qnum = ath5k_hw_setup_tx_queue(ah, qtype, &qi);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.c2841 if ( MLX_GET ( &mgm, mgmqp_0.qi ) != 0 ) {
2855 mgmqp_0.qi, 1 );
H A DMT25218_PRM.h459 pseudo_bit_t qi[0x00001]; /* Qi: QPN_i is valid */ member in struct:arbelprm_mgmqp_st
H A DMT25408_PRM.h405 pseudo_bit_t qi[0x00001]; /* Qi: QPN_i is valid */ member in struct:hermonprm_mgmqp_st

Completed in 124 milliseconds