Searched refs:tx_pcb (Results 1 – 2 of 2) sorted by relevance
283 if (!start_receive(dev, &adapter->tx_pcb)) in adapter_reset()549 static bool start_receive(struct net_device *dev, pcb_struct * tx_pcb) in start_receive() argument556 tx_pcb->command = CMD_RECEIVE_PACKET; in start_receive()557 tx_pcb->length = sizeof(struct Rcv_pkt); in start_receive()558 tx_pcb->data.rcv_pkt.buf_seg in start_receive()559 = tx_pcb->data.rcv_pkt.buf_ofs = 0; /* Unused */ in start_receive()560 tx_pcb->data.rcv_pkt.buf_len = 1600; in start_receive()561 tx_pcb->data.rcv_pkt.timeout = 0; /* set timeout to zero */ in start_receive()562 status = send_pcb(dev, tx_pcb); in start_receive()915 adapter->tx_pcb.command = CMD_CONFIGURE_ADAPTER_MEMORY; in elp_open()[all …]
263 pcb_struct tx_pcb; /* PCB for foreground sending */ member