Home
last modified time | relevance | path

Searched refs:qed (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/qemu/tests/qemu-iotests/
H A Dqed.py103 def corrupt_table_invalidate(qed, table): argument
106 table[index] = qed.filesize + random.randint(0, 100 * 1024 * 1024 * 1024 * 1024)
108 def cmd_show(qed, *args): argument
111 print(qed.header)
113 print(qed.l1_table)
116 print(qed.read_table(offset))
120 def cmd_duplicate(qed, table_level): argument
123 offset = qed.header['l1_table_offset']
124 table = qed.l1_table
126 _, offset = random_table_item(qed.l1_table)
[all …]
H A D116.out5 qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid
9 qemu-io: can't open device TEST_DIR/t.qed: Image not in QED format
13 qemu-io: can't open device TEST_DIR/t.qed: QED cluster size is invalid
17 qemu-io: can't open device TEST_DIR/t.qed: QED table size is invalid
21 qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid
25 qemu-io: can't open device TEST_DIR/t.qed: QED table offset is invalid
29 qemu-io: can't open device TEST_DIR/t.qed: QED image size is invalid
H A D10946 _require_drivers qcow qcow2 qed vdi vmdk vpc
75 for fmt in qcow qcow2 qed vdi vmdk vpc; do
H A D11141 _supported_fmt qed qcow qcow2 vmdk
H A D10436 _supported_fmt raw qcow qcow2 qed vdi vmdk vhdx
H A D10540 _supported_fmt qcow2 vmdk vhdx qed
H A D06940 _supported_fmt qed qcow qcow2 vmdk
H A D07240 _supported_fmt vpc vmdk vhdx vdi qed qcow2 qcow
H A D04240 _supported_fmt qcow2 qed
H A D27939 _supported_fmt qcow qcow2 vmdk qed
H A D02740 _supported_fmt vmdk qcow qcow2 qed
H A D05042 _supported_fmt qcow2 qed
H A D02541 _supported_fmt raw qcow2 qed luks
H A D11042 _supported_fmt qed qcow qcow2 vmdk
H A D00440 _supported_fmt raw qcow qcow2 qed vdi vmdk vhdx luks
H A D22947 _supported_fmt qcow2 qed
H A D01742 _supported_fmt qcow qcow2 vmdk qed
H A D24945 _supported_fmt qcow2 qed
H A D09946 _supported_fmt qcow qcow2 qed vdi vhdx vmdk vpc
H A D12636 _supported_fmt qcow qcow2 qed vmdk
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A DMakefile4 obj-$(CONFIG_QED) := qed.o
6 qed-y := \
26 qed-$(CONFIG_QED_FCOE) += qed_fcoe.o
27 qed-$(CONFIG_QED_ISCSI) += qed_iscsi.o
28 qed-$(CONFIG_QED_LL2) += qed_ll2.o
29 qed-$(CONFIG_QED_OOO) += qed_ooo.o
31 qed-$(CONFIG_QED_NVMETCP) += \
35 qed-$(CONFIG_QED_RDMA) += \
40 qed-$(CONFIG_QED_SRIOV) += \
/openbmc/linux/Documentation/networking/devlink/
H A Dqed.rst4 qed devlink support
7 This document describes the devlink features implemented by the ``qed`` core
13 The ``qed`` driver implements the following driver-specific parameters.
/openbmc/qemu/block/
H A Dmeson.build78 if get_option('qed').allowed()
80 'qed-check.c',
81 'qed-cluster.c',
82 'qed-l2-cache.c',
83 'qed-table.c',
84 'qed.c',
/openbmc/linux/drivers/net/ethernet/qlogic/
H A DMakefile9 obj-$(CONFIG_QED) += qed/
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-resize42 _supported_fmt raw qcow2 qed

123