Home
last modified time | relevance | path

Searched refs:BIT_4 (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h379 #define IDC_FUNC_DST_MASK (BIT_5 | BIT_4)
403 #define IDC_RIT_MASK (BIT_6 | BIT_5 | BIT_4)
429 #define IDC_MS_MASK (BIT_7 | BIT_6 | BIT_5 | BIT_4)
504 #define BBCR_RUNTIME_REJECT BIT_4
545 #define MBX_4 BIT_4
595 #define FO1_DISABLE_LIP_F7_SW BIT_4
617 #define FO3_SEND_N2N_PRLI BIT_4
653 #define FWATTRIB2_T10_CRC BIT_4
671 #define IMO_BUS_NUMBER BIT_4
831 #define LINK_CONFIG_DCBX_ENA BIT_4
H A Dql_xioctl.h217 #define FLASH2048 BIT_4
249 #define LED_AMBER_24 BIT_4
301 #define FTYPE_HPPA BIT_4
H A Dql_iocb.h299 #define RF_INV_E_COUNT BIT_4 /* Invalid entry count. */
307 #define FCP_CONF_REQ BIT_4
320 #define SF_GOT_STATUS BIT_4
603 #define CF_LUN_RESET BIT_4
668 #define CFO_COND_PLOGI BIT_4
674 #define CFO_IMPLICIT_LOGO BIT_4
679 #define CFO_IMPLICIT_PRLO BIT_4
1159 #define IPCF_LAST_SEQ BIT_4
H A Dql_api.h183 #define BIT_4 0x10 macro
603 #define MWB_4096_BYTES (BIT_5 | BIT_4)
605 #define MWB_1024_BYTES BIT_4
939 #define VPO_INITIATOR_MODE_ENABLED BIT_4
1337 #define SRB_WATCHDOG_ENABLED BIT_4 /* Command on watchdog list. */
1483 #define TQF_RSCN_RCVD BIT_4
1596 #define QL_INTR_ADDED BIT_4
1942 #define ABORT_CMDS_LOOP_DOWN_TMO (uint64_t)BIT_4
1980 #define SUSPENDED_WAKEUP_FLG (uint64_t)BIT_4
2032 #define CFG_ENABLE_TARGET_RESET (uint64_t)BIT_4
[all …]
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dbits.h31 #define BIT_4 0x10 macro
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h70 #define BIT_4 0x00010 macro
91 #define SKD_IOBASE_MAPPED BIT_4
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_regs.h83 #define PCI_X_XFER_CTRL (BIT_4 | BIT_5)
103 BIT_7 | BIT_6 | BIT_5 | BIT_4 | \
112 #define FW_INTR_STATUS_MASK (BIT_7 | BIT_6 | BIT_5 | BIT_4 | \
H A Dqlt.c2220 DMEM_WR32(qlt, icb+0x5c, BIT_5 | BIT_4); in qlt_port_online()
2243 DMEM_WR32(qlt, icb+0x64, BIT_4); in qlt_port_online()
2246 BIT_14 | BIT_8 | BIT_7 | BIT_4); in qlt_port_online()
2262 DMEM_WR32(qlt, icb+0x5c, BIT_11 | BIT_5 | BIT_4 | in qlt_port_online()
2266 BIT_4); in qlt_port_online()
2371 BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0; in qlt_port_online()
2406 BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0; in qlt_port_online()
3004 mcp->to_fw[1] = BIT_4; in qlt_force_lip()
5858 req1f = (uint8_t)(req1f | BIT_4); in qlt_send_els_response()
6301 else if (tm & BIT_4) in qlt_handle_atio()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_defines.h35 #define BIT_4 0x10 macro
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A D54xx_reg.h178 #define BCM5401_SHDW_NORMAL_DISABLE_MBP BIT_4
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c641 if (nv->host_p[0] & BIT_4) { in ql_nvram_config()
693 (icb->firmware_options[1] & ~BIT_4); in ql_nvram_config()
698 (icb->add_fw_opt[1] | BIT_5 | BIT_4); in ql_nvram_config()
1045 nv->firmware_options_2[1] = BIT_4; in ql_nvram_24xx_config()
1051 nv->host_p[0] = BIT_4 | BIT_1; in ql_nvram_24xx_config()
1059 nv->firmware_options_3[2] = BIT_4; in ql_nvram_24xx_config()
1175 ~(BIT_5 | BIT_4)); in ql_nvram_24xx_config()
1182 (icb->firmware_options_2[1] | BIT_4); in ql_nvram_24xx_config()
1185 (icb->firmware_options_2[1] & ~BIT_4); in ql_nvram_24xx_config()
1584 ~(BIT_6 | BIT_5 | BIT_4)); in ql_23_properties()
[all …]
H A Dql_ioctl.c635 nv->firmware_options_2[1] = BIT_4; in ql_set_nvram_adapter_defaults()
641 nv->host_p[0] = BIT_4 | BIT_1; in ql_set_nvram_adapter_defaults()
705 nv->firmware_options[0] = BIT_4 | BIT_3 | BIT_2 | BIT_1; in ql_set_nvram_adapter_defaults()
H A Dql_isr.c1828 } else if (pkt->entry_status & BIT_4) { in ql_error_entry()
1877 if (pkt->entry_status & (BIT_5 + BIT_4 + BIT_3 + BIT_2)) { in ql_error_entry()
H A Dql_mbx.c1873 (pkt->log.io_param[0] & BIT_4 ? 0 : BIT_0); in ql_log_iocb()
2605 mcp->mb[1] = BIT_4; in ql_initiate_lip()
H A Dql_api.c4592 *bptr & (BIT_6 | BIT_5 | BIT_4))) { in ql_port_manage()
4595 (*bptr & ~(BIT_6|BIT_5|BIT_4)); in ql_port_manage()
18453 ddi_put8(els_desc->els_handle, &els_entry->sof_type, (uint8_t)BIT_4); in ql_isp_els_request_ctor()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h48 #define BIT_4 0x10 macro
411 #define RT_IDX_MCAST_HASH_MATCH BIT_4
524 #define CQ_4_NOT_EMPTY BIT_4
1579 #define IDC_REQ_ALL_DEST_FUNC_MASK BIT_4 /* Mailbox 1 */
2319 #define FLASH2048 BIT_4
H A Dqlge.h238 #define INIT_PCI_CONFIG_SETUP BIT_4
632 #define CFG_HW_UNABLE_PSEUDO_HDR_CKSUM BIT_4
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c588 } else if (tm & BIT_4) { in fcoet_process_unsol_fcp_cmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c987 (FCOE_B2V_4(src + offset) & BIT_4) ? 1 : 0; in fcoei_fill_els_fpkt_resp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2482 } else if (tm & BIT_4) { in emlxs_fct_handle_unsol_req()