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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c505.c315 if (!start_receive(dev, &adapter->tx_pcb))
571 static int start_receive(struct net_device *dev, pcb_struct * tx_pcb) argument
578 tx_pcb->command = CMD_RECEIVE_PACKET;
579 tx_pcb->length = sizeof(struct Rcv_pkt);
580 tx_pcb->data.rcv_pkt.buf_seg
581 = tx_pcb->data.rcv_pkt.buf_ofs = 0; /* Unused */
582 tx_pcb->data.rcv_pkt.buf_len = 1600;
583 tx_pcb->data.rcv_pkt.timeout = 0; /* set timeout to zero */
584 status = send_pcb(dev, tx_pcb);
937 adapter->tx_pcb
[all...]
H A D3c505.h263 pcb_struct tx_pcb; /* PCB for foreground sending */ member in struct:__anon1655

Completed in 88 milliseconds