Searched refs:tcb (Results 1 - 11 of 11) sorted by relevance

/drivers/net/ethernet/brocade/bna/
H A Dbnad.c159 struct bna_tcb *tcb)
162 struct bnad_unmap_q *unmap_q = tcb->unmap_q;
193 struct bna_tcb *tcb)
197 struct bnad_unmap_q *unmap_q = tcb->unmap_q;
208 if (!test_bit(BNAD_TXQ_TX_STARTED, &tcb->flags))
211 updated_hw_cons = *(tcb->hw_consumer_index);
213 wis = BNA_Q_INDEX_CHANGE(tcb->consumer_index,
214 updated_hw_cons, tcb->q_depth);
216 BUG_ON(!(wis <= BNA_QE_IN_USE_CNT(tcb, tcb
158 bnad_free_all_txbufs(struct bnad *bnad, struct bna_tcb *tcb) argument
192 bnad_free_txbufs(struct bnad *bnad, struct bna_tcb *tcb) argument
257 struct bna_tcb *tcb; local
296 bnad_tx(struct bnad *bnad, struct bna_tcb *tcb) argument
330 struct bna_tcb *tcb = (struct bna_tcb *)data; local
620 struct bna_tcb *tcb = NULL; local
774 struct bna_tcb *tcb = local
825 bnad_cb_tcb_setup(struct bnad *bnad, struct bna_tcb *tcb) argument
838 bnad_cb_tcb_destroy(struct bnad *bnad, struct bna_tcb *tcb) argument
898 struct bna_tcb *tcb; local
918 struct bna_tcb *tcb; local
970 struct bna_tcb *tcb; local
2570 struct bna_tcb *tcb = bnad->tx_info[0].tcb[txq_id]; local
[all...]
H A Dbnad_ethtool.c765 struct bna_tcb *tcb = NULL; local
832 if (bnad->tx_info[i].tcb[j] &&
833 bnad->tx_info[i].tcb[j]->txq) {
834 tcb = bnad->tx_info[i].tcb[j];
835 buf[bi++] = tcb->txq->tx_packets;
836 buf[bi++] = tcb->txq->tx_bytes;
837 buf[bi++] = tcb->producer_index;
838 buf[bi++] = tcb->consumer_index;
839 buf[bi++] = *(tcb
[all...]
H A Dbna_tx_rx.c2935 txq->tcb->priority = txq->priority;
3248 txq->tcb->sw_qpt = (void **) swqpt_mem->kva;
3251 txq->tcb->sw_qpt[i] = page_mem[i].kva;
3291 txq->tcb = NULL;
3374 txq->tcb->i_dbell->doorbell_addr =
3377 txq->tcb->q_dbell =
3383 (*txq->tcb->hw_consumer_index) = 0;
3384 txq->tcb->producer_index = txq->tcb->consumer_index = 0;
3542 txq->tcb
[all...]
H A Dbnad.h99 /* Bit positions for tcb->flags */
211 struct bna_tcb *tcb[BNAD_MAX_TXQ_PER_TX]; member in struct:bnad_tx_info
H A Dbna_types.h490 struct bna_tcb *tcb; member in struct:bna_txq
/drivers/staging/et131x/
H A Det131x.c381 struct tcb { struct
382 struct tcb *next; /* Next entry in ring */
394 struct tcb *tcb_ring;
397 struct tcb *tcb_qhead;
398 struct tcb *tcb_qtail;
406 struct tcb *send_head;
407 struct tcb *send_tail;
2124 struct tcb *tcb; local
2130 tcb
3276 nic_send_packet(struct et131x_adapter *adapter, struct tcb *tcb) argument
3496 struct tcb *tcb = NULL; local
3614 free_send_packet(struct et131x_adapter *adapter, struct tcb *tcb) argument
3683 struct tcb *tcb; local
3732 struct tcb *tcb; local
4513 struct tcb *tcb = adapter->tx_ring.send_head; local
5058 struct tcb *tcb; local
[all...]
/drivers/isdn/gigaset/
H A Dser-gigaset.c108 struct cmdbuf_t *cb, *tcb; local
137 tcb = cb;
148 if (tcb->wake_tasklet)
149 tasklet_schedule(tcb->wake_tasklet);
150 kfree(tcb);
H A Dusb-gigaset.c434 struct cmdbuf_t *tcb; local
442 tcb = cb;
458 if (tcb->wake_tasklet)
459 tasklet_schedule(tcb->wake_tasklet);
460 kfree(tcb);
H A Dcommon.c841 struct cmdbuf_t *cb, *tcb; local
861 tcb = cb;
863 kfree(tcb);
/drivers/scsi/
H A Dncr53c8xx.c1126 struct tcb;
1162 struct tcb { struct
1168 ** JUMP IF (SFBR != #target#), @(next tcb)
1177 ** SCR_COPY (1), @(sval field of this tcb), @(sxfer register)
1178 ** SCR_COPY (1), @(wval field of this tcb), @(scntl3 register)
1202 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
1647 ** SCR_JUMP ^ IFTRUE(MASK(i, 3)), @(next tcb mod. i)
1654 struct tcb target[MAX_TARGET]; /* Target data */
1937 static void ncr_negotiate (struct ncb* np, struct tcb* tp);
2606 ** - struct tcb
[all...]
/drivers/net/ethernet/intel/
H A De100.c521 } tcb; member in union:cb::__anon2234
1754 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd);
1755 cb->u.tcb.tcb_byte_count = 0;
1756 cb->u.tcb.threshold = nic->tx_threshold;
1757 cb->u.tcb.tbd_count = 1;
1758 cb->u.tcb.tbd.buf_addr = cpu_to_le32(pci_map_single(nic->pdev,
1761 cb->u.tcb.tbd.size = cpu_to_le16(skb->len);
1823 le32_to_cpu(cb->u.tcb.tbd.buf_addr),
1824 le16_to_cpu(cb->u.tcb
[all...]

Completed in 323 milliseconds