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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtlan.c1403 TLanList *head_list; local
1410 head_list = priv->txList + priv->txHead;
1412 while (((tmpCStat = head_list->cStat ) & TLAN_CSTAT_FRM_CMP) && (ack < 255)) {
1413 struct sk_buff *skb = TLan_GetSKB(head_list);
1416 pci_unmap_single(priv->pciDev, head_list->buffer[0].address,
1421 head_list->buffer[8].address = 0;
1422 head_list->buffer[9].address = 0;
1427 dev->stats.tx_bytes += head_list->frameSize;
1429 head_list->cStat = TLAN_CSTAT_UNUSED;
1432 head_list
1532 TLanList *head_list; local
1672 TLanList *head_list; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp1412 wxExpr *head_list = new wxExpr(wxExprList); local
1413 head_list->Append(new wxExpr((long)head->_GetType()));
1414 head_list->Append(new wxExpr((long)head->GetArrowEnd()));
1415 head_list->Append(new wxExpr(head->GetXOffset()));
1416 head_list->Append(new wxExpr(head->GetArrowSize()));
1417 head_list->Append(new wxExpr(wxExprString, head->GetName()));
1418 head_list->Append(new wxExpr(head->GetId()));
1421 head_list->Append(new wxExpr(head->GetYOffset()));
1422 head_list->Append(new wxExpr(head->GetSpacing()));
1424 arrow_list->Append(head_list);
[all...]

Completed in 55 milliseconds