Searched refs:gdesc (Results 1 – 2 of 2) sorted by relevance
374 union Vmxnet3_GenericDesc *gdesc; in vmxnet3_tq_tx_complete() local376 gdesc = tq->comp_ring.base + tq->comp_ring.next2proc; in vmxnet3_tq_tx_complete()377 while (VMXNET3_TCD_GET_GEN(&gdesc->tcd) == tq->comp_ring.gen) { in vmxnet3_tq_tx_complete()379 &gdesc->tcd), tq, adapter->pdev, in vmxnet3_tq_tx_complete()383 gdesc = tq->comp_ring.base + tq->comp_ring.next2proc; in vmxnet3_tq_tx_complete()408 union Vmxnet3_GenericDesc *gdesc; in vmxnet3_tq_cleanup() local411 gdesc = tq->tx_ring.base + tq->tx_ring.next2comp; in vmxnet3_tq_cleanup()669 union Vmxnet3_GenericDesc *gdesc; in vmxnet3_map_pkt() local678 gdesc = ctx->sop_txd; /* both loops below can be skipped */ in vmxnet3_map_pkt()724 gdesc = tq->tx_ring.base + tq->tx_ring.next2fill; in vmxnet3_map_pkt()[all …]
1645 struct gpio_desc *gdesc = &gpio_desc[gpio]; in gpiolib_dbg_show() local1648 for (i = 0; i < chip->ngpio; i++, gpio++, gdesc++) { in gpiolib_dbg_show()1649 if (!test_bit(FLAG_REQUESTED, &gdesc->flags)) in gpiolib_dbg_show()1652 is_out = test_bit(FLAG_IS_OUT, &gdesc->flags); in gpiolib_dbg_show()1654 gpio, gdesc->label, in gpiolib_dbg_show()