Searched refs:add_status (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/virtio/ |
D | virtio.c | 103 static void add_status(struct virtio_device *dev, unsigned status) in add_status() function 176 add_status(dev, VIRTIO_CONFIG_S_FEATURES_OK); in virtio_finalize_features() 196 add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_dev_probe() 250 add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_dev_probe() 268 add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_dev_remove() 319 add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in register_virtio_device() 328 add_status(dev, VIRTIO_CONFIG_S_FAILED); in register_virtio_device() 368 add_status(dev, VIRTIO_CONFIG_S_ACKNOWLEDGE); in virtio_device_restore() 373 add_status(dev, VIRTIO_CONFIG_S_FAILED); in virtio_device_restore() 379 add_status(dev, VIRTIO_CONFIG_S_DRIVER); in virtio_device_restore() [all …]
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 4900 u8 add_status = 0; in lancer_fw_download() local 4930 &add_status); in lancer_fw_download() 4945 &add_status); in lancer_fw_download()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 198 u8 add_status = (status & OCRDMA_MBX_RSP_ASTATUS_MASK) >> in ocrdma_get_mbx_errno() local 250 switch (add_status) { in ocrdma_get_mbx_errno()
|