Searched refs:tx_type (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnet_tstamp.h32 * @tx_type: one of HWTSTAMP_TX_*
43 int tx_type; member in struct:hwtstamp_config
47 /* possible values for hwtstamp_config->tx_type */
H A Ddmaengine.h669 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) argument
671 set_bit(tx_type, dstp->bits);
676 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) argument
678 clear_bit(tx_type, dstp->bits);
689 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) argument
691 return test_bit(tx_type, srcp->bits);
793 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
H A Dasync_tx.h114 enum dma_transaction_type tx_type);
129 enum dma_transaction_type tx_type, struct page **dst,
128 async_tx_find_channel(struct async_submit_ctl *submit, enum dma_transaction_type tx_type, struct page **dst, int dst_count, struct page **src, int src_count, size_t len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dasync_tx.h43 enum dma_transaction_type tx_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/async_tx/
H A Dasync_tx.c52 * @tx_type: transaction type
56 enum dma_transaction_type tx_type)
62 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask))
64 return async_dma_find_channel(tx_type);
55 __async_tx_find_channel(struct async_submit_ctl *submit, enum dma_transaction_type tx_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/networking/timestamping/
H A Dtimestamping.c385 hwconfig.tx_type =
394 hwconfig_requested.tx_type == HWTSTAMP_TX_OFF &&
400 printf("SIOCSHWTSTAMP: tx_type %d requested, got %d; rx_filter %d requested, got %d\n",
401 hwconfig_requested.tx_type, hwconfig.tx_type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Deth1394.h224 eth1394_tx_type tx_type; member in struct:packet_task
H A Deth1394.c1464 if (ptask->tx_type == ETH1394_GASP) {
1552 eth1394_tx_type tx_type; local
1584 tx_type = ETH1394_GASP;
1610 tx_type = ETH1394_WRREQ;
1623 ptask->tx_type = tx_type;
1625 if (tx_type != ETH1394_GASP) {
1636 ptask->tx_type = tx_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dsock.c69 u_int16_t tx_type; member in struct:ncp_request_reply
433 if (req && (req->tx_type == NCP_ALLOC_SLOT_REQUEST || (server->sequence == reply.sequence &&
442 if (result >= 0 && server->sign_active && req->tx_type != NCP_DEALLOC_SLOT_REQUEST) {
639 if (req->tx_type != NCP_ALLOC_SLOT_REQUEST) {
652 if (server->sign_active && req->tx_type != NCP_DEALLOC_SLOT_REQUEST) {
715 req->tx_type = *(u_int16_t*)server->packet;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbfin_mac.c636 pr_debug("%s config flag:0x%x, tx_type:0x%x, rx_filter:0x%x\n",
637 __func__, config.flags, config.tx_type, config.rx_filter);
643 if ((config.tx_type != HWTSTAMP_TX_OFF) &&
644 (config.tx_type != HWTSTAMP_TX_ON))
755 if (config.tx_type == HWTSTAMP_TX_OFF &&
914 lp->stamp_cfg.tx_type = HWTSTAMP_TX_OFF;
H A Dgianfar.c799 switch (config.tx_type) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Ddmaengine.c326 * @tx_type: transaction type
328 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) argument
330 return this_cpu_read(channel_table[tx_type]->chan);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-linux.c3439 hwconfig.tx_type = HWTSTAMP_TX_ON;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A Digb_main.c5827 switch (config.tx_type) {

Completed in 178 milliseconds