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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.h225 eth1394_tx_type tx_type; member in struct:packet_task
H A Deth1394.c1476 if (ptask->tx_type == ETH1394_GASP) {
1562 eth1394_tx_type tx_type; local
1594 tx_type = ETH1394_GASP;
1621 tx_type = ETH1394_WRREQ;
1634 ptask->tx_type = tx_type;
1636 if (tx_type != ETH1394_GASP) {
1647 ptask->tx_type = tx_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dsock.c68 u_int16_t tx_type; member in struct:ncp_request_reply
432 if (req && (req->tx_type == NCP_ALLOC_SLOT_REQUEST || (server->sequence == reply.sequence &&
441 if (result >= 0 && server->sign_active && req->tx_type != NCP_DEALLOC_SLOT_REQUEST) {
638 if (req->tx_type != NCP_ALLOC_SLOT_REQUEST) {
651 if (server->sign_active && req->tx_type != NCP_DEALLOC_SLOT_REQUEST) {
714 req->tx_type = *(u_int16_t*)server->packet;

Completed in 61 milliseconds