Lines Matching refs:softs

374 #define CTRLR_HEARTBEAT_CNT(softs)		LE_64(PCI_MEM_GET64(softs, softs->heartbeat_counter_abs_addr, s…  argument
441 #define GET_FW_STATUS(softs) \ argument
442 (PCI_MEM_GET32(softs, &softs->ioa_reg->scratchpad3_fw_status, LEGACY_SIS_OMR))
444 #define SIS_IS_KERNEL_PANIC(softs) \ argument
445 (GET_FW_STATUS(softs) & PQI_CTRL_KERNEL_PANIC)
447 #define SIS_IS_KERNEL_UP(softs) \ argument
448 (GET_FW_STATUS(softs) & PQI_CTRL_KERNEL_UP_AND_RUNNING)
450 #define PQI_GET_CTRL_MODE(softs) \ argument
451 (PCI_MEM_GET32(softs, &softs->ioa_reg->scratchpad0, LEGACY_SIS_SCR0))
453 #define PQI_SAVE_CTRL_MODE(softs, mode) { \ argument
454 PCI_MEM_PUT32(softs, &softs->ioa_reg->scratchpad0, LEGACY_SIS_SCR0, mode); \
460 #define PQI_GET_CTRL_TYPE(softs) \ argument
461 ((PCI_MEM_GET32(softs, &softs->ioa_reg->scratchpad1, LEGACY_SIS_SCR1)) \
514 #define IN_PQI_RESET(softs) (softs->ctlr_state & PQI_BUS_RESET) argument
991 #define IS_POLLING_REQUIRED(softs) if (cold) {\ argument
992 pqisrc_process_event_intr_src(softs, 0);\
993 pqisrc_process_response_queue(softs, 1);\
1199 #define OS_GET_IO_QINDEX(softs,rcb) curcpu % softs->num_op_obq argument
1200 #define OS_GET_IO_RESP_QID(softs,rcb) (softs->op_ob_q[(OS_GET_IO_QINDEX(softs,rcb))].q_id) argument
1201 #define OS_GET_IO_REQ_QINDEX(softs,rcb) OS_GET_IO_QINDEX(softs,rcb) argument
1289 …printf("[WARN]:[%u:%u.%u][CPU %d][%s][%d]:"fmt,softs->bus_id,softs->device_id,softs->func_id,curcp…
1296 …printf("[ERROR]::[%u:%u.%u][CPU %d][%s][%d]:"fmt,softs->bus_id,softs->device_id,softs->func_id,cur…
1315 …ntf("[ERROR]::[%u:%u.%u][%d,%d,%d][CPU %d][%s][%d]:"fmt, softs->bus_id, softs->device_id, softs->f…
1322 …rintf("[WARN]:[%u:%u.%u][%d,%d,%d][CPU %d][%s][%d]:"fmt, softs->bus_id, softs->device_id, softs->f…