Home
last modified time | relevance | path

Searched refs:status (Results 9526 - 9550 of 23551) sorted by relevance

1...<<381382383384385386387388389390>>...943

/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbfi.h209 u8 status; /*!< cfg reply status */ member
343 u8 status; /*!< enable/disable status */ member
524 u32 status; member
535 u32 status; member
547 u32 status; member
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_wqe.h220 #define HINIC_GET_RX_NUM_LRO(status) \
221 RQ_CQE_STATUS_GET(status, NUM_LRO)
337 struct hinic_status status; member
345 struct hinic_status status; member
389 u32 status; member
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_ns87415.c61 u8 status; in ns87415_set_mode() local
83 pci_read_config_byte(dev, 0x43, &status); in ns87415_set_mode()
84 while (status & 0x03) { in ns87415_set_mode()
86 pci_read_config_byte(dev, 0x43, &status); in ns87415_set_mode()
243 * Return the status of the channel working around the
267 tf->status = ns87560_check_status(ap); in ns87560_tf_read()
291 * Return the DMA status of the channel working around the
/kernel/linux/linux-6.6/fs/lockd/
H A Dxdr4.c127 if (!svcxdr_encode_stats(xdr, resp->status)) in svcxdr_encode_testrply()
129 switch (resp->status) { in svcxdr_encode_testrply()
233 if (!svcxdr_decode_stats(xdr, &resp->status)) in nlm4svc_decode_res()
332 svcxdr_encode_stats(xdr, resp->status); in nlm4svc_encode_res()
342 if (!svcxdr_encode_stats(xdr, resp->status)) in nlm4svc_encode_shareres()
H A Dxdr.c132 if (!svcxdr_encode_stats(xdr, resp->status)) in svcxdr_encode_testrply()
134 switch (resp->status) { in svcxdr_encode_testrply()
238 if (!svcxdr_decode_stats(xdr, &resp->status)) in nlmsvc_decode_res()
337 svcxdr_encode_stats(xdr, resp->status); in nlmsvc_encode_res()
347 if (!svcxdr_encode_stats(xdr, resp->status)) in nlmsvc_encode_shareres()
/kernel/linux/linux-6.6/fs/efivarfs/
H A Dsuper.c34 efi_status_t status; in efivarfs_statfs() local
39 status = efivar_query_variable_info(attr, &storage_space, in efivarfs_statfs()
42 if (status != EFI_SUCCESS && status != EFI_UNSUPPORTED) in efivarfs_statfs()
44 status); in efivarfs_statfs()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dwatchdog_core.c296 set_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in __watchdog_register_device()
298 clear_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in __watchdog_register_device()
301 if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) { in __watchdog_register_device()
327 if (test_bit(WDOG_NO_PING_ON_SUSPEND, &wdd->status)) { in __watchdog_register_device()
381 if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) in __watchdog_unregister_device()
/kernel/linux/linux-6.6/drivers/xen/
H A Dpci.c90 acpi_status status; in xen_add_device() local
95 status = acpi_evaluate_integer(handle, "_PXM", in xen_add_device()
97 if (ACPI_SUCCESS(status)) { in xen_add_device()
102 status = acpi_get_parent(handle, &handle); in xen_add_device()
103 } while (ACPI_SUCCESS(status)); in xen_add_device()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcvt.c58 u32 status; member
208 cvt->status = 1; in fb_cvt_aspect_ratio()
232 if (cvt->status) { in fb_cvt_print_name()
324 cvt.status = 1; in fb_find_mode_cvt()
338 cvt.status = 1; in fb_find_mode_cvt()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Ddbgp.c96 int status = req->status; in dbgp_complete() local
103 if (status != 0) { in dbgp_complete()
125 "complete: failure (%d:%d) ==> %d\n", stp, err, status); in dbgp_complete()
334 req->status, req->actual, req->length); in dbgp_setup_complete()
/kernel/linux/linux-6.6/drivers/usb/misc/
H A Dappledisplay.c81 int status = urb->status; in appledisplay_complete() local
84 switch (status) { in appledisplay_complete()
97 dev_dbg(dev, "%s - urb shuttingdown with status: %d\n", in appledisplay_complete()
98 __func__, status); in appledisplay_complete()
101 dev_dbg(dev, "%s - nonzero urb status received: %d\n", in appledisplay_complete()
102 __func__, status); in appledisplay_complete()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Ddma_port.c264 static int status_to_errno(u32 status) in status_to_errno() argument
266 switch (status & MAIL_OUT_STATUS_MASK) { in status_to_errno()
393 * dma_port_flash_update_auth_status() to get status of this command.
408 * dma_port_flash_update_auth_status() - Reads status of update auth command
410 * @status: Status code of the operation
412 * The function checks if there is status available from the last update
413 * auth command. Returns %0 if there is no status and no further
414 * action is required. If there is status, %1 is returned instead and
415 * @status holds the failure code.
417 * Negative return means there was an error reading status fro
420 dma_port_flash_update_auth_status(struct tb_dma_port *dma, u32 *status) dma_port_flash_update_auth_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/mon/
H A Dmon_main.c135 static void mon_bus_complete(struct mon_bus *mbus, struct urb *urb, int status) in mon_bus_complete() argument
145 r->rnf_complete(r->r_data, urb, status); in mon_bus_complete()
150 static void mon_complete(struct usb_bus *ubus, struct urb *urb, int status) in mon_complete() argument
156 mon_bus_complete(mbus, urb, status); in mon_complete()
157 mon_bus_complete(&mon_bus0, urb, status); in mon_complete()
160 /* int (*unlink_urb) (struct urb *urb, int status); */
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dvudc_tx.c35 rpdu->u.ret_unlink.status = unlink->status; in setup_ret_unlink_pdu()
244 void v_enqueue_ret_unlink(struct vudc *udc, __u32 seqnum, __u32 status) in v_enqueue_ret_unlink() argument
262 unlink->status = status; in v_enqueue_ret_unlink()
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-cryp.c94 u32 status; in starfive_cryp_irq() local
99 status = readl(cryp->base + STARFIVE_IE_FLAG_OFFSET); in starfive_cryp_irq()
100 if (status & STARFIVE_IE_FLAG_AES_DONE) { in starfive_cryp_irq()
106 if (status & STARFIVE_IE_FLAG_HASH_DONE) { in starfive_cryp_irq()
112 if (status & STARFIVE_IE_FLAG_PKA_DONE) { in starfive_cryp_irq()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dtee-dev.c349 u32 *status) in psp_tee_process_cmd()
356 if (!buf || !status || !len || len > sizeof(resp->buf)) in psp_tee_process_cmd()
359 *status = 0; in psp_tee_process_cmd()
380 *status = resp->status; in psp_tee_process_cmd()
348 psp_tee_process_cmd(enum tee_cmd_id cmd_id, void *buf, size_t len, u32 *status) psp_tee_process_cmd() argument
/kernel/linux/linux-6.6/drivers/edac/
H A Dhighbank_mc_edac.c58 u32 status, err_addr; in highbank_mc_err_handler() local
60 /* Read the interrupt status register */ in highbank_mc_err_handler()
61 status = readl(drvdata->mc_int_base + HB_DDR_ECC_INT_STATUS); in highbank_mc_err_handler()
63 if (status & HB_DDR_ECC_INT_STAT_UE) { in highbank_mc_err_handler()
71 if (status & HB_DDR_ECC_INT_STAT_CE) { in highbank_mc_err_handler()
83 writel(status, drvdata->mc_int_base + HB_DDR_ECC_INT_ACK); in highbank_mc_err_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Dvf.c74 * the status register's data which is often stale and inaccurate.
79 s32 status; in e1000_get_link_up_info_vf() local
81 status = er32(STATUS); in e1000_get_link_up_info_vf()
82 if (status & E1000_STATUS_SPEED_1000) in e1000_get_link_up_info_vf()
84 else if (status & E1000_STATUS_SPEED_100) in e1000_get_link_up_info_vf()
89 if (status & E1000_STATUS_FD) in e1000_get_link_up_info_vf()
398 /* if link status is down no point in checking to see if PF is up */ in e1000_check_for_link_vf()
410 /* msg is not CTS and is NACK we must have lost CTS status */ in e1000_check_for_link_vf()
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Denic_pp.c309 int err, status = ERR_SUCCESS; in enic_process_get_pp_request() local
316 vnic_dev_enable2_done, &status); in enic_process_get_pp_request()
321 vnic_dev_deinit_done, &status); in enic_process_get_pp_request()
329 status = err; in enic_process_get_pp_request()
331 switch (status) { in enic_process_get_pp_request()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Duefi.c29 efi_status_t status; in iwl_uefi_get_variable() local
40 status = efi.get_variable(name, guid, NULL, data_size, NULL); in iwl_uefi_get_variable()
41 if (status != EFI_BUFFER_TOO_SMALL || !*data_size) in iwl_uefi_get_variable()
48 status = efi.get_variable(name, guid, NULL, data_size, data); in iwl_uefi_get_variable()
49 if (status != EFI_SUCCESS) { in iwl_uefi_get_variable()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_acpi_sar.c14 acpi_status status; in mt792x_acpi_read() local
22 status = acpi_get_handle(root, method, &handle); in mt792x_acpi_read()
23 if (ACPI_FAILURE(status)) in mt792x_acpi_read()
26 status = acpi_evaluate_object(handle, NULL, NULL, &buf); in mt792x_acpi_read()
27 if (ACPI_FAILURE(status)) in mt792x_acpi_read()
/kernel/linux/linux-6.6/drivers/net/pcs/
H A Dpcs-lynx.c43 int status, lpa; in lynx_pcs_get_state_usxgmii() local
45 status = mdiobus_c45_read(bus, addr, MDIO_MMD_VEND2, MII_BMSR); in lynx_pcs_get_state_usxgmii()
46 if (status < 0) in lynx_pcs_get_state_usxgmii()
49 state->link = !!(status & MDIO_STAT1_LSTATUS); in lynx_pcs_get_state_usxgmii()
50 state->an_complete = !!(status & MDIO_AN_STAT1_COMPLETE); in lynx_pcs_get_state_usxgmii()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H A Dhif_rx.c22 /* All confirm messages start with status */ in wfx_hif_generic_confirm()
23 int status = le32_to_cpup((__le32 *)buf); in wfx_hif_generic_confirm() local
44 status = -EIO; in wfx_hif_generic_confirm()
46 wdev->hif_cmd.ret = status; in wfx_hif_generic_confirm()
49 return status; in wfx_hif_generic_confirm()
78 if (body->status || body->firmware_type > 4) { in wfx_hif_startup_indication()
258 "rollback status" },
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dcw1200_spi.c363 int status; in cw1200_spi_probe() local
408 status = cw1200_spi_irq_subscribe(self); in cw1200_spi_probe()
410 status = cw1200_core_probe(&cw1200_spi_hwbus_ops, in cw1200_spi_probe()
417 if (status) { in cw1200_spi_probe()
422 return status; in cw1200_spi_probe()
H A Dcw1200_sdio.c274 int status; in cw1200_sdio_probe() local
297 status = cw1200_sdio_irq_subscribe(self); in cw1200_sdio_probe()
299 status = cw1200_core_probe(&cw1200_sdio_hwbus_ops, in cw1200_sdio_probe()
305 if (status) { in cw1200_sdio_probe()
314 return status; in cw1200_sdio_probe()

Completed in 23 milliseconds

1...<<381382383384385386387388389390>>...943