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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dsge.c1036 * @sgl_flits: the SGL size in flits
1050 unsigned int flits, unsigned int sgl_flits,
1069 wrp->wr_lo = htonl(V_WR_LEN(flits + sgl_flits) |
1080 while (sgl_flits) {
1083 if (avail > sgl_flits)
1084 avail = sgl_flits;
1086 sgl_flits -= avail;
1088 if (!sgl_flits)
1107 sgl_flits + 1)) |
1140 unsigned int flits, sgl_flits, cntr local
1046 write_wr_hdr_sgl(unsigned int ndesc, struct sk_buff *skb, struct tx_desc *d, unsigned int pidx, const struct sge_txq *q, const struct sg_ent *sgl, unsigned int flits, unsigned int sgl_flits, unsigned int gen, __be32 wr_hi, __be32 wr_lo) argument
1548 setup_deferred_unmapping(struct sk_buff *skb, struct pci_dev *pdev, const struct sg_ent *sgl, int sgl_flits) argument
1580 unsigned int sgl_flits, flits; local
[all...]

Completed in 159 milliseconds