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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Datari_bionet.c146 } *nic_packet; variable in typeref:struct:nic_pkt_s
373 nic_packet = (struct nic_pkt_s *)acsi_buffer;
376 printk("nic_packet at 0x%p, phys at 0x%p\n",
377 nic_packet, phys_nic_packet );
453 skb_copy_from_linear_data(skb, nic_packet->buffer,
459 u_char *data = nic_packet->buffer, *p;
530 pkt_len = (nic_packet->l_hi << 8) | nic_packet->l_lo;
550 skb_copy_to_linear_data(skb, nic_packet->buffer,
564 u_char *data = nic_packet
[all...]
H A Datari_pamsnet.c139 } *nic_packet = 0; variable in typeref:struct:nic_pkt_s
589 nic_packet = (struct nic_pkt_s *)acsi_buffer;
592 printk("nic_packet at 0x%p, phys at 0x%p\n",
593 nic_packet, phys_nic_packet );
717 skb_copy_from_linear_data(skb, nic_packet->buffer,
793 skb_copy_to_linear_data(skb, nic_packet->buffer,

Completed in 38 milliseconds