Lines Matching defs:sge
1422 struct sli4_sge *sge = sgl->virt;
1437 bptr->u.data.low = sge[0].buffer_address_low;
1438 bptr->u.data.high = sge[0].buffer_address_high;
1567 struct sli4_sge *sge = NULL;
1578 sge = sgl->virt;
1586 (le32_to_cpu(sge[0].buffer_length) &
1589 bptr->u.data.low = sge[0].buffer_address_low;
1590 bptr->u.data.high = sge[0].buffer_address_high;
1602 len = le32_to_cpu(sge[0].buffer_length) +
1603 le32_to_cpu(sge[1].buffer_length);
1634 struct sli4_sge *sge = NULL;
1646 sge = sgl->virt;
1655 (le32_to_cpu(sge[0].buffer_length) &
1658 bptr->u.blp.low = sge[0].buffer_address_low;
1659 bptr->u.blp.high = sge[0].buffer_address_high;
1674 * type "skip" (note: response will still be written to sge[1]
1677 len = le32_to_cpu(sge[0].buffer_length);
1680 sge_flags = le32_to_cpu(sge[1].dw2_flags);
1683 sge[1].dw2_flags = cpu_to_le32(sge_flags);
1686 len = le32_to_cpu(sge[0].buffer_length) +
1687 le32_to_cpu(sge[1].buffer_length);
1717 (le32_to_cpu(sge[first_data_sge].buffer_length) &
1720 sge[first_data_sge].buffer_address_low;
1722 sge[first_data_sge].buffer_address_high;
1737 struct sli4_sge *sge = NULL;
1748 sge = sgl->virt;
1755 (le32_to_cpu(sge[0].buffer_length) & SLI4_BDE_LEN_MASK));
1756 bptr->u.data.low = sge[0].buffer_address_low;
1757 bptr->u.data.high = sge[0].buffer_address_high;
1769 * type "skip" (note: response will still be written to sge[1]
1772 len = le32_to_cpu(sge[0].buffer_length);
1774 sge_flags = le32_to_cpu(sge[1].dw2_flags);
1777 sge[1].dw2_flags = cpu_to_le32(sge_flags);
1780 len = le32_to_cpu(sge[0].buffer_length) +
1781 le32_to_cpu(sge[1].buffer_length);
1812 (le32_to_cpu(sge[first_data_sge].buffer_length) &
1815 bptr->u.data.low = sge[first_data_sge].buffer_address_low;
1816 bptr->u.data.high = sge[first_data_sge].buffer_address_high;
1829 struct sli4_sge *sge = NULL;
1839 sge = sgl->virt;
1848 (le32_to_cpu(sge[0].buffer_length)
1851 bptr->u.data.low = sge[0].buffer_address_low;
1852 bptr->u.data.high = sge[0].buffer_address_high;
1854 trecv->payload_offset_length = sge[0].buffer_length;
1860 params->xmit_len <= le32_to_cpu(sge[2].buffer_length)) {
1864 (le32_to_cpu(sge[2].buffer_length)
1867 bptr->u.data.low = sge[2].buffer_address_low;
1868 bptr->u.data.high = sge[2].buffer_address_high;
1919 (le32_to_cpu(sge[first_data_sge].buffer_length) &
1921 bptr->u.data.low = sge[first_data_sge].buffer_address_low;
1922 bptr->u.data.high = sge[first_data_sge].buffer_address_high;
1971 struct sli4_sge *sge = sgl->virt;
1982 (le32_to_cpu(sge[0].buffer_length) &
1984 bptr->u.data.low = sge[0].buffer_address_low;
1985 bptr->u.data.high = sge[0].buffer_address_high;
2032 struct sli4_sge *sge = NULL;
2042 sge = sgl->virt;
2052 (le32_to_cpu(sge[2].buffer_length) &
2058 bptr->u.data.low = sge[2].buffer_address_low;
2059 bptr->u.data.high = sge[2].buffer_address_high;
2065 params->xmit_len <= le32_to_cpu(sge[2].buffer_length)) {
2070 (le32_to_cpu(sge[2].buffer_length) &
2077 sge[2].buffer_address_low;
2079 sge[2].buffer_address_high;
2128 (le32_to_cpu(sge[first_data_sge].buffer_length) &
2131 sge[first_data_sge].buffer_address_low;
2133 sge[first_data_sge].buffer_address_high;
2156 struct sli4_sge *sge = NULL;
2166 sge = sgl->virt;
2177 bptr->u.data.low = sge[0].buffer_address_low;
2178 bptr->u.data.high = sge[0].buffer_address_high;