| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_utils.c | 218 if (!blob || bitlen > (8 * sizeof(blob->data))) { in ulp_blob_init() 225 memset(blob->data, 0, sizeof(blob->data)); in ulp_blob_init() 253 if (!blob || datalen > (uint32_t)(blob->bitlen - blob->write_idx)) { in ulp_blob_push() 300 if (!blob || datalen > (uint32_t)(blob->bitlen - blob->write_idx) || in ulp_blob_insert() 546 if (!blob || (offset + len) > blob->bitlen || in ulp_blob_pull() 599 blob->encap_swap_idx = blob->write_idx; in ulp_blob_encap_swap_idx_set() 631 blob->data[idx + i] = blob->data[idx + 6 - i]; in ulp_blob_perform_encap_swap() 632 blob->data[idx + i + 1] = blob->data[idx + 7 - i]; in ulp_blob_perform_encap_swap() 664 blob->data[idx] = blob->data[(num - 1) - idx]; in ulp_blob_perform_byte_reverse() 694 blob->data[i + j] = blob->data[i + j + word_size]; in ulp_blob_perform_64B_word_swap() [all …]
|
| H A D | ulp_utils.h | 151 ulp_blob_init(struct ulp_blob *blob, 169 ulp_blob_push(struct ulp_blob *blob, 189 ulp_blob_insert(struct ulp_blob *blob, uint32_t offset, 206 ulp_blob_push_64(struct ulp_blob *blob, 224 ulp_blob_push_32(struct ulp_blob *blob, 242 ulp_blob_push_encap(struct ulp_blob *blob, 257 ulp_blob_data_get(struct ulp_blob *blob, 288 ulp_blob_pad_push(struct ulp_blob *blob, 300 ulp_blob_encap_swap_idx_set(struct ulp_blob *blob); 310 ulp_blob_perform_encap_swap(struct ulp_blob *blob); [all …]
|
| H A D | ulp_mapper.c | 780 struct ulp_blob *blob, in ulp_mapper_result_field_process() argument 873 ulp_blob_push_encap(blob, val, val_size); in ulp_mapper_result_field_process() 1072 struct ulp_blob *blob, in ulp_mapper_keymask_field_process() argument 1098 if (!ulp_blob_push(blob, val, bitlen)) { in ulp_mapper_keymask_field_process() 1104 if (ulp_blob_pad_push(blob, bitlen) < 0) { in ulp_mapper_keymask_field_process() 1132 if (!ulp_blob_push(blob, val, bitlen)) { in ulp_mapper_keymask_field_process() 1166 val = ulp_blob_push_64(blob, &val64, bitlen); in ulp_mapper_keymask_field_process() 1186 val = ulp_blob_push_64(blob, &val64, bitlen); in ulp_mapper_keymask_field_process() 1517 ulp_blob_insert(blob, (size * idx), mode, in ulp_mapper_wc_tcam_tbl_post_process() 1519 ulp_blob_perform_64B_word_swap(blob); in ulp_mapper_wc_tcam_tbl_post_process() [all …]
|
| /f-stack/freebsd/contrib/zstd/doc/educational_decoder/ |
| H A D | README.md | 13 [Zstandard format specification]: https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_fo… 14 [format specification]: https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md 36 [tests]: https://github.com/facebook/zstd/blob/dev/tests/
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | cw2015_battery.yaml | 27 of this binary blob is kept secret by CellWise. The only way to obtain 29 back a test report with the binary blob.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/pic32/ |
| H A D | microchip,pic32mzda.txt | 31 - $a1: KSEG0 address of the flattened device-tree blob.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/img/ |
| H A D | pistachio.txt | 40 - $a1: KSEG0 address of the flattened device-tree blob.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regmap/ |
| H A D | regmap.txt | 20 blob in both cases.
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | README | 14 https://github.com/google/styleguide/blob/gh-pages/shell.xml
|
| /f-stack/freebsd/contrib/device-tree/Bindings/openrisc/opencores/ |
| H A D | or1ksim.txt | 39 - r3: address of a flattened device-tree blob or 0x0.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-omap.txt | 25 blob so that, all the required data will be used from device tree dts
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | bcm2837-rpi-cm3-io3.dts | 13 * This is based on the official GPU firmware DT blob.
|
| H A D | bcm2835-rpi-cm1-io1.dts | 13 * This is based on the official GPU firmware DT blob.
|
| H A D | bcm2836-rpi-2-b.dts | 34 * the official GPU firmware DT blob.
|
| H A D | bcm2835-rpi-zero.dts | 29 * This is based on the official GPU firmware DT blob.
|
| H A D | socfpga_arria5_socdk.dts | 25 * to be added to the gmac1 device tree blob.
|
| H A D | bcm2835-rpi-zero-w.dts | 39 * This is based on the official GPU firmware DT blob.
|
| H A D | socfpga_cyclone5_socdk.dts | 25 * to be added to the gmac1 device tree blob.
|
| H A D | socfpga_cyclone5_sockit.dts | 25 * to be added to the gmac1 device tree blob.
|
| H A D | bcm2837-rpi-3-a-plus.dts | 54 * This is mostly based on the official GPU firmware DT blob.
|
| H A D | bcm2837-rpi-3-b-plus.dts | 61 * the official GPU firmware DT blob.
|
| H A D | bcm2837-rpi-3-b.dts | 54 * the official GPU firmware DT blob.
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | c293pcie.dts | 101 /* 1MB for blob encrypted key */ 103 label = "NOR blob encrypted key";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sifive/ |
| H A D | sifive-blocks-ip-versioning.txt | 14 https://github.com/sifive/sifive-blocks/blob/v1.0/src/main/scala/devices/uart/UART.scala#L43
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/can/ |
| H A D | c_can.txt | 35 blob so that, all the required data will be used from device tree dts
|