• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/

Lines Matching defs:sts_data0

1371 		int ring, u64 sts_data0)
1385 index = qlcnic_get_sts_refhandle(sts_data0);
1391 length = qlcnic_get_sts_totallength(sts_data0);
1392 cksum = qlcnic_get_sts_status(sts_data0);
1393 pkt_offset = qlcnic_get_sts_pkt_offset(sts_data0);
1424 int ring, u64 sts_data0, u64 sts_data1)
1444 index = qlcnic_get_lro_sts_refhandle(sts_data0);
1450 timestamp = qlcnic_get_lro_sts_timestamp(sts_data0);
1451 lro_length = qlcnic_get_lro_sts_length(sts_data0);
1452 l2_hdr_offset = qlcnic_get_lro_sts_l2_hdr_offset(sts_data0);
1453 l4_hdr_offset = qlcnic_get_lro_sts_l4_hdr_offset(sts_data0);
1454 push = qlcnic_get_lro_sts_push_flag(sts_data0);
1498 u64 sts_data0, sts_data1;
1506 sts_data0 = le64_to_cpu(desc->status_desc_data[0]);
1508 if (!(sts_data0 & STATUS_OWNER_HOST))
1511 desc_cnt = qlcnic_get_sts_desc_cnt(sts_data0);
1512 opcode = qlcnic_get_sts_opcode(sts_data0);
1518 ring = qlcnic_get_sts_type(sts_data0);
1520 ring, sts_data0);
1523 ring = qlcnic_get_lro_sts_type(sts_data0);
1526 ring, sts_data0, sts_data1);
1668 int ring, u64 sts_data0)
1681 index = qlcnic_get_sts_refhandle(sts_data0);
1687 length = qlcnic_get_sts_totallength(sts_data0);
1688 cksum = qlcnic_get_sts_status(sts_data0);
1689 pkt_offset = qlcnic_get_sts_pkt_offset(sts_data0);
1716 u64 sts_data0;
1722 sts_data0 = le64_to_cpu(desc->status_desc_data[0]);
1724 if (!(sts_data0 & STATUS_OWNER_HOST))
1727 desc_cnt = qlcnic_get_sts_desc_cnt(sts_data0);
1728 opcode = qlcnic_get_sts_opcode(sts_data0);
1730 ring = qlcnic_get_sts_type(sts_data0);
1732 ring, sts_data0);