Searched refs:txp (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-rs5c348.c67 u8 txbuf[5+7], *txp; local
71 txp = txbuf;
77 txp = &txbuf[5];
78 txp[RS5C348_REG_SECS] = bin2bcd(tm->tm_sec);
79 txp[RS5C348_REG_MINS] = bin2bcd(tm->tm_min);
81 txp[RS5C348_REG_HOURS] = bin2bcd(tm->tm_hour);
84 txp[RS5C348_REG_HOURS] = bin2bcd((tm->tm_hour + 11) % 12 + 1) |
87 txp[RS5C348_REG_WDAY] = bin2bcd(tm->tm_wday);
88 txp[RS5C348_REG_DAY] = bin2bcd(tm->tm_mday);
89 txp[RS5C348_REG_MONT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_sdma.c98 struct ipath_sdma_txreq *txp = NULL; local
105 txp = list_entry(lp, struct ipath_sdma_txreq, list);
106 start_idx = txp->start_idx;
121 if (txp && txp->flags & IPATH_SDMA_TXREQ_F_FREEDESC &&
134 if (txp && txp->next_descq_idx == dd->ipath_sdma_descq_head) {
136 if (txp->flags & IPATH_SDMA_TXREQ_F_VL15)
141 txp = list_entry(lp, struct ipath_sdma_txreq,
143 start_idx = txp
161 struct ipath_sdma_txreq *txp, *txp_next; local
260 struct ipath_sdma_txreq *txp, *txpnext; local
510 struct ipath_sdma_txreq *txp, *txpnext; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_sdma.c125 struct qib_sdma_txreq *txp, *txp_next; local
127 list_for_each_entry_safe(txp, txp_next, &ppd->sdma_activelist, list) {
128 list_del_init(&txp->list);
129 if (txp->flags & QIB_SDMA_TXREQ_F_FREEDESC) {
132 idx = txp->start_idx;
133 while (idx != txp->next_descq_idx) {
139 if (txp->callback)
140 (*txp->callback)(txp, QIB_SDMA_TXREQ_S_ABORTED);
349 struct qib_sdma_txreq *txp local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhnddma.c136 void **txp; /* pointer to parallel array of pointers to packets */ member in struct:dma_info
802 if ((di->txp = MALLOC(osh, size)) == NULL) {
807 bzero(di->txp, size);
1014 if (di->txp)
1015 MFREE(di->osh, (void *)di->txp, (di->ntxd * sizeof(void *)));
1726 if (di->txp[i])
1727 return (di->txp[i]);
1737 void *txp = NULL; local
1782 txp = di->txp[
2603 void *txp; local
3491 void *txp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Ddonauboe.c718 int txp; local
723 txp = INB (OBOE_TXSLOT) & OBOE_SLOT_MASK;
724 if (self->ring->tx[txp].control & OBOE_CTL_TX_HW_OWNS)
1169 int txp, txpc; local
1172 txp = self->txpending;
1181 ,irqstat,txp,self->txpending);
1183 txp = INB (OBOE_TXSLOT) & OBOE_SLOT_MASK;
1186 if (self->ring->tx[txp].control & OBOE_CTL_TX_HW_OWNS)
1188 txpc = txp;
1192 txp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dks8851.c650 * @txp: The sk_buff to transmit.
653 * Send the @txp to the chip. This means creating the relevant packet header
658 static void ks8851_wrpkt(struct ks8851_net *ks, struct sk_buff *txp, bool irq) argument
666 __func__, txp, txp->len, txp->data, irq);
677 ks->txh.txw[2] = cpu_to_le16(txp->len);
684 xfer->tx_buf = txp->data;
686 xfer->len = ALIGN(txp->len, 4);
H A Dtg3.c6238 struct ring_info *txp; local
6242 txp = &tnapi->tx_buffers[i];
6243 skb = txp->skb;
6251 dma_unmap_addr(txp, mapping),
6254 txp->skb = NULL;
6259 txp = &tnapi->tx_buffers[i & (TG3_TX_RING_SIZE - 1)];
6261 dma_unmap_addr(txp, mapping),
H A Dbnx2.c3696 check_mips_fw_entry(bp->mips_firmware, &mips_fw->txp)) {
3873 rc = load_cpu_fw(bp, &cpu_reg_txp, &mips_fw->txp);
H A Dbnx2.h6981 struct bnx2_mips_fw_file_entry txp; member in struct:bnx2_mips_fw_file

Completed in 305 milliseconds