Searched refs:tx_cntl (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.h393 EXTERN_C int hcf_send_msg (IFBP ifbp, DESC_STRCT *dp, hcf_16 tx_cntl );
395 EXTERN_C void hcf_dma_tx_put (IFBP ifbp, DESC_STRCT *d, hcf_16 tx_cntl );
H A Dhcf.c1661 *.MODULE void hcf_dma_tx_put( IFBP ifbp, DESC_STRCT *descp, hcf_16 tx_cntl )
1668 * tx_cntl indicates MAC-port and (Hermes) options
1684 * tx_cntl at offset 0x36 (HFS_TX_CNTL) in the first buffer.
1724 * - tx_cntl has a recognizable out-of-range value.
1749 *1: Write tx_cntl parameter to HFS_TX_CNTL field into the Hermes-specific header in buffer 1
1775 hcf_dma_tx_put( IFBP ifbp, DESC_STRCT *descp, hcf_16 tx_cntl )
1781 int x = ifbp->IFB_FWIdentity.comp_id == COMP_ID_FW_AP ? tx_cntl & ~HFS_TX_CNTL_PORT : tx_cntl;
1782 HCFASSERT( (x & ~HCF_TX_CNTL_MASK ) == 0, tx_cntl )
1790 *(hcf_16*)(descp->buf_addr + HFS_TX_CNTL) = tx_cntl; /*
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c1254 __le16 *tx_cntl = (__le16 *)buf; local
1255 *tx_cntl = cpu_to_le16(tx_control);
1256 buf += sizeof(*tx_cntl);

Completed in 86 milliseconds