Searched refs:tx_pcb (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c505.c285 if (!start_receive(dev, &adapter->tx_pcb))
551 static bool start_receive(struct net_device *dev, pcb_struct * tx_pcb) argument
558 tx_pcb->command = CMD_RECEIVE_PACKET;
559 tx_pcb->length = sizeof(struct Rcv_pkt);
560 tx_pcb->data.rcv_pkt.buf_seg
561 = tx_pcb->data.rcv_pkt.buf_ofs = 0; /* Unused */
562 tx_pcb->data.rcv_pkt.buf_len = 1600;
563 tx_pcb->data.rcv_pkt.timeout = 0; /* set timeout to zero */
564 status = send_pcb(dev, tx_pcb);
916 adapter->tx_pcb
[all...]
H A D3c505.h263 pcb_struct tx_pcb; /* PCB for foreground sending */ member in struct:__anon12409

Completed in 66 milliseconds