Searched refs:exc (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | port.c | 188 u8 exc; in mlx5e_port_set_sbcm() local 195 exc = MLX5_GET(sbcm_reg, out, exc); in mlx5e_port_set_sbcm() 202 MLX5_SET(sbcm_reg, in, exc, exc); in mlx5e_port_set_sbcm()
|
/drivers/scsi/ |
D | mesh.c | 1027 int err, exc, count; in handle_error() local 1031 exc = in_8(&mr->exception); in handle_error() 1034 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error() 1050 if (exc & EXC_RESELECTED) { in handle_error() 1090 if (exc & EXC_RESELECTED) { in handle_error() 1098 if (exc == EXC_PHASEMM) { in handle_error() 1105 err, exc); in handle_error() 1107 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error() 1123 int exc; in handle_exception() local 1126 exc = in_8(&mr->exception); in handle_exception() [all …]
|
/drivers/pci/pcie/ |
D | dpc.c | 190 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local 200 pci_read_config_dword(pdev, cap + PCI_EXP_DPC_RP_PIO_EXCEPTION, &exc); in dpc_process_rp_pio_error() 202 sev, syserr, exc); in dpc_process_rp_pio_error()
|
/drivers/perf/ |
D | arm-cmn.c | 1349 u32 exc = CMN_EVENT_WP_EXCLUSIVE(event); in arm_cmn_wp_config() local 1357 if (exc) in arm_cmn_wp_config()
|