Searched refs:gdesc (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c120 union Vmxnet3_GenericDesc *gdesc; local
130 gdesc = ctx.sop_txd;
159 gdesc = tq->tx_ring.base + tq->tx_ring.next2fill;
160 WARN_ON_ONCE(gdesc->txd.gen == tq->tx_ring.gen);
162 gdesc->txd.addr = cpu_to_le64(tbi->dma_addr);
163 gdesc->dword[2] = cpu_to_le32(dw2);
166 gdesc->dword[3] = cpu_to_le32(VMXNET3_TXD_CQ | VMXNET3_TXD_EOP);
168 gdesc->txd.om = 0;
169 gdesc->txd.msscof = 0;
170 gdesc
[all...]
H A Dvmxnet3_drv.c404 union Vmxnet3_GenericDesc *gdesc; local
411 gdesc = tq->comp_ring.base + tq->comp_ring.next2proc;
412 while (VMXNET3_TCD_GET_GEN(&gdesc->tcd) == tq->comp_ring.gen) {
413 /* Prevent any &gdesc->tcd field from being (speculatively)
414 * read before (&gdesc->tcd)->gen is read.
419 &gdesc->tcd), tq, adapter->pdev,
423 gdesc = tq->comp_ring.base + tq->comp_ring.next2proc;
741 union Vmxnet3_GenericDesc *gdesc; local
750 gdesc = ctx->sop_txd; /* both loops below can be skipped */
798 gdesc
1090 union Vmxnet3_GenericDesc *gdesc; local
1374 vmxnet3_rx_csum(struct vmxnet3_adapter *adapter, struct sk_buff *skb, union Vmxnet3_GenericDesc *gdesc) argument
1448 vmxnet3_get_hdr_len(struct vmxnet3_adapter *adapter, struct sk_buff *skb, union Vmxnet3_GenericDesc *gdesc) argument
1694 union Vmxnet3_GenericDesc *gdesc; local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-list.c214 const char *gdesc = print_state->desc local
224 if (gdesc)
225 fprintf(fp, "%s%s [%s]\n", group, print_colon, gdesc);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c3799 const struct dispc_gamma_desc *gdesc = &mgr_desc[channel].gamma; local
3804 return gdesc->len;
3810 const struct dispc_gamma_desc *gdesc = &mgr_desc[channel].gamma; local
3816 for (i = 0; i < gdesc->len; ++i) {
3819 if (gdesc->has_index)
3824 dispc_write_reg(dispc, gdesc->reg, v);
3856 const struct dispc_gamma_desc *gdesc = &mgr_desc[channel].gamma; local
3861 channel, length, gdesc->len);
3872 uint first = i * (gdesc->len - 1) / (length - 1);
3873 uint last = (i + 1) * (gdesc
3907 const struct dispc_gamma_desc *gdesc = &mgr_desc[channel].gamma; local
[all...]

Completed in 306 milliseconds