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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c505.c301 if (!start_receive(dev, &adapter->tx_pcb))
558 static int start_receive(struct net_device *dev, pcb_struct * tx_pcb) argument
565 tx_pcb->command = CMD_RECEIVE_PACKET;
566 tx_pcb->length = sizeof(struct Rcv_pkt);
567 tx_pcb->data.rcv_pkt.buf_seg
568 = tx_pcb->data.rcv_pkt.buf_ofs = 0; /* Unused */
569 tx_pcb->data.rcv_pkt.buf_len = 1600;
570 tx_pcb->data.rcv_pkt.timeout = 0; /* set timeout to zero */
571 status = send_pcb(dev, tx_pcb);
924 adapter->tx_pcb
[all...]
H A D3c505.h263 pcb_struct tx_pcb; /* PCB for foreground sending */ member in struct:__anon5153

Completed in 26 milliseconds