Home
last modified time | relevance | path

Searched refs:BIT_0 (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h183 #define SE_NIC_2 BIT_0
251 #define TEMP_SUPPORT_I2C BIT_0
397 #define IDC_FUNC_0 BIT_0
549 #define MBX_0 BIT_0
592 #define FO1_AE_ON_LIPF8 BIT_0
621 #define FO13_LESB_NO_RESET BIT_0
649 #define FWATTRIB2_CLASS2 BIT_0
675 #define IMO_DELETE_Q BIT_0
813 #define LFF_NO_PLOGI BIT_0
820 #define PDF_PLOGI BIT_0
[all …]
H A Dql_xioctl.h213 #define FLASH128 BIT_0
226 #define LED_ACTIVE BIT_0
232 #define BEACON_ON BIT_0
238 #define LED_RED BIT_0
297 #define FTYPE_FCODE BIT_0
420 #define QL_AEN_TRACKING_ENABLE BIT_0
H A Dql_api.h179 #define BIT_0 0x1 macro
432 #define QL_N_PORT BIT_0
629 #define NV_CLOCK BIT_0
943 #define VPO_HARD_ASSIGNED_ID BIT_0
1408 #define LQF_UNTAGGED_PENDING BIT_0
1479 #define TQF_TAPE_DEVICE BIT_0
1547 #define QL_DUMPING BIT_0
1592 #define QL_SOFT_STATE_ALLOCED BIT_0
1937 #define FCA_BOUND (uint64_t)BIT_0
2019 #define MBX_WANT_FLG BIT_0
[all …]
H A Dql_iocb.h186 #define CF_WR BIT_0
311 #define FCP_RSP_LEN_VALID BIT_0
324 #define SF_GOT_BUS BIT_0
337 #define SF_ACA_Q BIT_0
607 #define CF_CLEAR_ACA BIT_0
632 #define AF_NO_ABTS BIT_0
1395 #define VMF_DO_NOT_UPDATE_FW BIT_0
H A Dql_init.h1012 #define PF_ONLY_FLAG BIT_0 /* Physical Function Only */
1211 #define LNF_NVRAM_DATA BIT_0 /* get nvram */
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h66 #define BIT_0 0x00001 macro
88 #define SKD_ATTACHED BIT_0
110 #define LOW_POWER_LEVEL (BIT_1 | BIT_0)
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_regs.h86 #define CHIP_SOFT_RESET BIT_0
113 BIT_3 | BIT_2 | BIT_1 | BIT_0)
390 #define LNF_NVRAM_DATA BIT_0
942 #define PF_ONLY_FLAG BIT_0 /* Physical Function Only */
H A Dqlt.c2263 BIT_2 | BIT_1 | BIT_0); in qlt_port_online()
2352 mcp->to_fw_mask = BIT_0; in qlt_port_online()
2353 mcp->from_fw_mask = BIT_0 | BIT_1; in qlt_port_online()
2372 mcp->from_fw_mask = BIT_0 | BIT_1; in qlt_port_online()
2445 mcp->to_fw_mask = BIT_0; in qlt_port_online()
2447 BIT_1 | BIT_0; in qlt_port_online()
2539 mcp->to_fw_mask |= BIT_0 | BIT_9; in qlt_get_link_info()
3695 mcp->to_fw_mask |= BIT_0; in qlt_alloc_mailbox_command()
3696 mcp->from_fw_mask |= BIT_0; in qlt_alloc_mailbox_command()
3744 mcp->from_fw_mask |= BIT_0; in qlt_mailbox_command()
[all …]
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dbits.h27 #define BIT_0 0x01 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c350 w16 = (uint16_t)(w16 & ~BIT_0); in ql_pci_sbus_config()
686 ~(BIT_3 | BIT_2 | BIT_1 | BIT_0)); in ql_nvram_config()
689 BIT_7 | BIT_6 | BIT_5 | BIT_2 | BIT_0); in ql_nvram_config()
886 data = (uint16_t)(data | BIT_0); in ql_nvram_request()
1179 ~(BIT_3 | BIT_2 | BIT_1 | BIT_0)); in ql_nvram_24xx_config()
1486 (uint8_t)(icb->firmware_options[0] & ~BIT_0); in ql_23_properties()
1489 (uint8_t)(icb->firmware_options[0] | BIT_0); in ql_23_properties()
1751 if (data & BIT_0) { in ql_common_properties()
1919 (uint8_t)(icb->firmware_options_1[0] | BIT_0); in ql_24xx_properties()
1924 icb->firmware_options_1[0] & BIT_0 ? 1 : 0); in ql_24xx_properties()
[all …]
H A Dql_mbx.c1098 mcp->mb[10] = BIT_0; in ql_abort_target()
1101 mcp->mb[1] = (uint16_t)(tq->loop_id << 8 | BIT_0); in ql_abort_target()
1873 (pkt->log.io_param[0] & BIT_4 ? 0 : BIT_0); in ql_log_iocb()
3357 mcp->mb[4] = BIT_0; in ql_execute_fw()
3552 mcp->mb[1] = BIT_0; in ql_init_firmware()
4259 if (option & BIT_0) { in ql_iidma_rate()
4395 mcp->mb[2] = BIT_0; in ql_fw_etrace()
H A Dql_nx.c1136 if (!(status & BIT_0)) { in ql_8021_wait_flash_done()
1946 (void) ql_stall_driver(ha, BIT_0); in ql_8021_fw_reload()
2093 (void) ql_stall_driver(ha, BIT_0); in ql_8021_idc_handler()
H A Dql_isr.c328 if (stat & BIT_0) { in ql_isr_aif()
1769 if (status & BIT_0) { in ql_response_pkt()
2491 rval |= BIT_0; in ql_status_error()
2582 rval |= BIT_0; in ql_status_error()
H A Dql_iocb.c1371 (uint16_t)(BIT_0)); in ql_ip_24xx_iocb()
H A Dql_api.c1047 size = ql_pci_config_get32(ha, PCI_CONF_BASE0) & BIT_0 ? in ql_attach()
1336 if (ha->pci_function_number & BIT_0) { in ql_attach()
2730 firmware_options_1[0] & BIT_0) { in ql_bind_port()
2738 BIT_0) { in ql_bind_port()
11950 if (!(fdata & BIT_0)) { in ql_24xx_write_flash()
14355 BIT_0) { in ql_2200_binary_fw_dump()
17284 ha2->task_daemon_flags, (options & BIT_0 ? "stalled" : in ql_stall_driver()
17286 if (options & BIT_0) { in ql_stall_driver()
22952 WRT16_IO_REG(ha, mailbox_in[9], BIT_0); in ql_2700_dump_ram()
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_defines.h31 #define BIT_0 0x1 macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h44 #define BIT_0 0x1 macro
520 #define CQ_0_NOT_EMPTY BIT_0
1002 #define INTERRUPTS_ENABLED BIT_0
1581 #define IDC_REQ_DEST_FUNC_0_MASK BIT_0 /* Mailbox 2 */
2315 #define FLASH128 BIT_0
2448 #define FLT_ATTR_READ_ONLY BIT_0
H A Dqlge.h234 #define INIT_SOFTSTATE_ALLOC BIT_0
313 #define NEED_HW_RESET BIT_0 /* need hardware reset */
692 #define LOW_POWER_LEVEL (BIT_1 | BIT_0)
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A D54xx_reg.h95 #define PHY_LINK_PARTNER_AUTONEG_ABILITY BIT_0
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c995 (FCOE_B2V_4(src + offset) & BIT_0) ? 1 : 0; in fcoei_fill_els_fpkt_resp()
1096 (FCOE_B2V_1(src + offset) & BIT_0) ? 1 : 0; in fcoei_fill_fcp_resp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c1162 if ((flash_status & BIT_0 /* WIP */) == 0) in ql_flash_erase_sector()
1201 if ((flash_status & BIT_0 /* WIP */) == 0) in ql_write_flash()