• Home
  • Raw
  • Download

Lines Matching refs:bptr

1424 	struct sli4_bde *bptr;  in sli_els_request64_wqe()  local
1428 bptr = &els->els_request_payload; in sli_els_request64_wqe()
1433 bptr->bde_type_buflen = in sli_els_request64_wqe()
1437 bptr->u.data.low = sge[0].buffer_address_low; in sli_els_request64_wqe()
1438 bptr->u.data.high = sge[0].buffer_address_high; in sli_els_request64_wqe()
1442 bptr->bde_type_buflen = in sli_els_request64_wqe()
1446 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_els_request64_wqe()
1447 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_els_request64_wqe()
1568 struct sli4_bde *bptr; in sli_fcp_icmnd64_wqe() local
1579 bptr = &icmnd->bde; in sli_fcp_icmnd64_wqe()
1584 bptr->bde_type_buflen = in sli_fcp_icmnd64_wqe()
1589 bptr->u.data.low = sge[0].buffer_address_low; in sli_fcp_icmnd64_wqe()
1590 bptr->u.data.high = sge[0].buffer_address_high; in sli_fcp_icmnd64_wqe()
1594 bptr->bde_type_buflen = in sli_fcp_icmnd64_wqe()
1598 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_fcp_icmnd64_wqe()
1599 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_fcp_icmnd64_wqe()
1635 struct sli4_bde *bptr; in sli_fcp_iread64_wqe() local
1647 bptr = &iread->bde; in sli_fcp_iread64_wqe()
1653 bptr->bde_type_buflen = in sli_fcp_iread64_wqe()
1658 bptr->u.blp.low = sge[0].buffer_address_low; in sli_fcp_iread64_wqe()
1659 bptr->u.blp.high = sge[0].buffer_address_high; in sli_fcp_iread64_wqe()
1663 bptr->bde_type_buflen = in sli_fcp_iread64_wqe()
1667 bptr->u.blp.low = in sli_fcp_iread64_wqe()
1669 bptr->u.blp.high = in sli_fcp_iread64_wqe()
1715 bptr = &iread->first_data_bde; in sli_fcp_iread64_wqe()
1716 bptr->bde_type_buflen = cpu_to_le32((SLI4_BDE_TYPE_VAL(64)) | in sli_fcp_iread64_wqe()
1719 bptr->u.data.low = in sli_fcp_iread64_wqe()
1721 bptr->u.data.high = in sli_fcp_iread64_wqe()
1738 struct sli4_bde *bptr; in sli_fcp_iwrite64_wqe() local
1749 bptr = &iwrite->bde; in sli_fcp_iwrite64_wqe()
1754 bptr->bde_type_buflen = cpu_to_le32((SLI4_BDE_TYPE_VAL(64)) | in sli_fcp_iwrite64_wqe()
1756 bptr->u.data.low = sge[0].buffer_address_low; in sli_fcp_iwrite64_wqe()
1757 bptr->u.data.high = sge[0].buffer_address_high; in sli_fcp_iwrite64_wqe()
1761 bptr->bde_type_buflen = cpu_to_le32((SLI4_BDE_TYPE_VAL(64)) | in sli_fcp_iwrite64_wqe()
1764 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_fcp_iwrite64_wqe()
1765 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_fcp_iwrite64_wqe()
1809 bptr = &iwrite->first_data_bde; in sli_fcp_iwrite64_wqe()
1811 bptr->bde_type_buflen = cpu_to_le32((SLI4_BDE_TYPE_VAL(64)) | in sli_fcp_iwrite64_wqe()
1815 bptr->u.data.low = sge[first_data_sge].buffer_address_low; in sli_fcp_iwrite64_wqe()
1816 bptr->u.data.high = sge[first_data_sge].buffer_address_high; in sli_fcp_iwrite64_wqe()
1830 struct sli4_bde *bptr; in sli_fcp_treceive64_wqe() local
1840 bptr = &trecv->bde; in sli_fcp_treceive64_wqe()
1846 bptr->bde_type_buflen = in sli_fcp_treceive64_wqe()
1851 bptr->u.data.low = sge[0].buffer_address_low; in sli_fcp_treceive64_wqe()
1852 bptr->u.data.high = sge[0].buffer_address_high; in sli_fcp_treceive64_wqe()
1862 bptr->bde_type_buflen = in sli_fcp_treceive64_wqe()
1867 bptr->u.data.low = sge[2].buffer_address_low; in sli_fcp_treceive64_wqe()
1868 bptr->u.data.high = sge[2].buffer_address_high; in sli_fcp_treceive64_wqe()
1870 bptr->bde_type_buflen = in sli_fcp_treceive64_wqe()
1873 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_fcp_treceive64_wqe()
1874 bptr->u.blp.high = in sli_fcp_treceive64_wqe()
1915 bptr = &trecv->first_data_bde; in sli_fcp_treceive64_wqe()
1917 bptr->bde_type_buflen = in sli_fcp_treceive64_wqe()
1921 bptr->u.data.low = sge[first_data_sge].buffer_address_low; in sli_fcp_treceive64_wqe()
1922 bptr->u.data.high = sge[first_data_sge].buffer_address_high; in sli_fcp_treceive64_wqe()
1972 struct sli4_bde *bptr; in sli_fcp_trsp64_wqe() local
1978 bptr = &trsp->bde; in sli_fcp_trsp64_wqe()
1980 bptr->bde_type_buflen = in sli_fcp_trsp64_wqe()
1984 bptr->u.data.low = sge[0].buffer_address_low; in sli_fcp_trsp64_wqe()
1985 bptr->u.data.high = sge[0].buffer_address_high; in sli_fcp_trsp64_wqe()
2033 struct sli4_bde *bptr; in sli_fcp_tsend64_wqe() local
2044 bptr = &tsend->bde; in sli_fcp_tsend64_wqe()
2050 bptr->bde_type_buflen = in sli_fcp_tsend64_wqe()
2058 bptr->u.data.low = sge[2].buffer_address_low; in sli_fcp_tsend64_wqe()
2059 bptr->u.data.high = sge[2].buffer_address_high; in sli_fcp_tsend64_wqe()
2068 bptr->bde_type_buflen = in sli_fcp_tsend64_wqe()
2076 bptr->u.data.low = in sli_fcp_tsend64_wqe()
2078 bptr->u.data.high = in sli_fcp_tsend64_wqe()
2081 bptr->bde_type_buflen = in sli_fcp_tsend64_wqe()
2085 bptr->u.blp.low = in sli_fcp_tsend64_wqe()
2087 bptr->u.blp.high = in sli_fcp_tsend64_wqe()
2125 bptr = &tsend->first_data_bde; in sli_fcp_tsend64_wqe()
2126 bptr->bde_type_buflen = in sli_fcp_tsend64_wqe()
2130 bptr->u.data.low = in sli_fcp_tsend64_wqe()
2132 bptr->u.data.high = in sli_fcp_tsend64_wqe()
2157 struct sli4_bde *bptr; in sli_gen_request64_wqe() local
2167 bptr = &gen->bde; in sli_gen_request64_wqe()
2173 bptr->bde_type_buflen = in sli_gen_request64_wqe()
2177 bptr->u.data.low = sge[0].buffer_address_low; in sli_gen_request64_wqe()
2178 bptr->u.data.high = sge[0].buffer_address_high; in sli_gen_request64_wqe()
2182 bptr->bde_type_buflen = in sli_gen_request64_wqe()
2187 bptr->u.blp.low = in sli_gen_request64_wqe()
2189 bptr->u.blp.high = in sli_gen_request64_wqe()