__n               383 dev/ic/atwvar.h 	int __x, __n;							\
__n               386 dev/ic/atwvar.h 	__n = (n);							\
__n               389 dev/ic/atwvar.h 	if ((__x + __n) > ATW_NTXDESC) {				\
__n               393 dev/ic/atwvar.h 		__n -= (ATW_NTXDESC - __x);				\
__n               399 dev/ic/atwvar.h 	    ATW_CDTXOFF(__x), sizeof(struct atw_txdesc) * __n, (ops)); \
__n               234 dev/ic/gemvar.h 	int __x, __n;							\
__n               237 dev/ic/gemvar.h 	__n = (n);							\
__n               240 dev/ic/gemvar.h 	if ((__x + __n) > GEM_NTXDESC) {				\
__n               244 dev/ic/gemvar.h 		__n -= (GEM_NTXDESC - __x);				\
__n               250 dev/ic/gemvar.h 	    GEM_CDTXOFF(__x), sizeof(struct gem_desc) * __n, (ops));	\
__n               198 dev/pci/if_casvar.h 	int __x, __n;							\
__n               201 dev/pci/if_casvar.h 	__n = (n);							\
__n               204 dev/pci/if_casvar.h 	if ((__x + __n) > CAS_NTXDESC) {				\
__n               208 dev/pci/if_casvar.h 		__n -= (CAS_NTXDESC - __x);				\
__n               214 dev/pci/if_casvar.h 	    CAS_CDTXOFF(__x), sizeof(struct cas_desc) * __n, (ops));	\
__n               153 dev/pci/if_mskvar.h 	int __x, __n;							\
__n               156 dev/pci/if_mskvar.h 	__n = (n);							\
__n               159 dev/pci/if_mskvar.h 	if ((__x + __n) > MSK_TX_RING_CNT) {				\
__n               164 dev/pci/if_mskvar.h 		__n -= (MSK_TX_RING_CNT - __x);				\
__n               170 dev/pci/if_mskvar.h 	    MSK_CDTXOFF((__x)), sizeof(struct msk_tx_desc) * __n, (ops)); \
__n               349 dev/pci/if_pcn.c 	int __x, __n;							\
__n               352 dev/pci/if_pcn.c 	__n = (n);							\
__n               355 dev/pci/if_pcn.c 	if ((__x + __n) > PCN_NTXDESC) {				\
__n               359 dev/pci/if_pcn.c 		__n -= (PCN_NTXDESC - __x);				\
__n               365 dev/pci/if_pcn.c 	    PCN_CDTXOFF(__x), sizeof(struct letmd) * __n, (ops));	\
__n               153 dev/pci/if_skvar.h 	int __x, __n;							\
__n               156 dev/pci/if_skvar.h 	__n = (n);							\
__n               159 dev/pci/if_skvar.h 	if ((__x + __n) > SK_TX_RING_CNT) {				\
__n               164 dev/pci/if_skvar.h 		__n -= (SK_TX_RING_CNT - __x);				\
__n               170 dev/pci/if_skvar.h 	    SK_CDTXOFF((__x)), sizeof(struct sk_tx_desc) * __n, (ops));	\