Home
last modified time | relevance | path

Searched refs:port_state (Results 1 – 25 of 76) sorted by relevance

1234

/Linux-v6.1/drivers/gpio/
Dgpio-ws16c48.c126 unsigned port_state; in ws16c48_gpio_get() local
136 port_state = ioread8(ws16c48gpio->reg->port + port); in ws16c48_gpio_get()
140 return !!(port_state & mask); in ws16c48_gpio_get()
151 unsigned long port_state; in ws16c48_gpio_get_multiple() local
159 port_state = ioread8(port_addr) & gpio_mask; in ws16c48_gpio_get_multiple()
161 bitmap_set_value8(bits, port_state, offset); in ws16c48_gpio_get_multiple()
229 unsigned port_state; in ws16c48_irq_ack() local
237 port_state = ws16c48gpio->irq_mask >> (8*port); in ws16c48_irq_ack()
243 iowrite8(port_state & ~mask, ws16c48gpio->reg->pol_enab_int_id + port); in ws16c48_irq_ack()
244 iowrite8(port_state | mask, ws16c48gpio->reg->pol_enab_int_id + port); in ws16c48_irq_ack()
[all …]
Dgpio-pcie-idio-24.c254 unsigned long port_state; in idio_24_gpio_get_multiple() local
265 port_state = ioread8(ports[index]); in idio_24_gpio_get_multiple()
267 port_state = ioread8(&idio24gpio->reg->ttl_out0_7); in idio_24_gpio_get_multiple()
269 port_state = ioread8(&idio24gpio->reg->ttl_in0_7); in idio_24_gpio_get_multiple()
271 port_state &= gpio_mask; in idio_24_gpio_get_multiple()
273 bitmap_set_value8(bits, port_state, offset); in idio_24_gpio_get_multiple()
Dgpio-i8255.c189 unsigned long port_state; in i8255_get_multiple() local
195 port_state = i8255_get_port(ppi, io_port, port_mask); in i8255_get_multiple()
197 bitmap_set_value8(bits, port_state, offset); in i8255_get_multiple()
Dgpio-pci-idio-16.c110 unsigned long port_state; in idio_16_gpio_get_multiple() local
117 port_state = ioread8(port_addr) & gpio_mask; in idio_16_gpio_get_multiple()
119 bitmap_set_value8(bits, port_state, offset); in idio_16_gpio_get_multiple()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/
Den_selftest.c143 if (priv->port_state.link_state == 1) in mlx4_en_test_link()
156 if (priv->port_state.link_speed != SPEED_100 && in mlx4_en_test_speed()
157 priv->port_state.link_speed != SPEED_1000 && in mlx4_en_test_speed()
158 priv->port_state.link_speed != SPEED_10000 && in mlx4_en_test_speed()
159 priv->port_state.link_speed != SPEED_20000 && in mlx4_en_test_speed()
160 priv->port_state.link_speed != SPEED_40000 && in mlx4_en_test_speed()
161 priv->port_state.link_speed != SPEED_56000) in mlx4_en_test_speed()
162 return priv->port_state.link_speed; in mlx4_en_test_speed()
Den_ethtool.c553 (priv->port_state.flags & MLX4_EN_PORT_ANE)) in mlx4_en_autoneg_get()
812 = (priv->port_state.flags & MLX4_EN_PORT_ANC) ? in ethtool_get_ptys_link_ksettings()
821 if (priv->port_state.flags & MLX4_EN_PORT_ANC) in ethtool_get_ptys_link_ksettings()
850 trans_type = priv->port_state.transceiver; in ethtool_get_default_link_ksettings()
879 priv->port_state.flags & MLX4_EN_PORT_ANC, in mlx4_en_get_link_ksettings()
880 priv->port_state.flags & MLX4_EN_PORT_ANE); in mlx4_en_get_link_ksettings()
888 link_ksettings->base.speed = priv->port_state.link_speed; in mlx4_en_get_link_ksettings()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_vport.c76 vport->port_state = LPFC_VPORT_FAILED; in lpfc_vport_set_state()
79 vport->port_state = LPFC_VPORT_UNKNOWN; in lpfc_vport_set_state()
259 ((vport->port_state > LPFC_VPORT_FAILED) && in lpfc_discovery_wait()
260 (vport->port_state < LPFC_VPORT_READY))) { in lpfc_discovery_wait()
266 vport->port_state, vport->fc_flag, in lpfc_discovery_wait()
276 vport->port_state, vport->fc_flag, in lpfc_discovery_wait()
287 vport->port_state, vport->fc_flag, in lpfc_discovery_wait()
445 (pport->port_state < LPFC_FABRIC_CFG_LINK) || in lpfc_vport_create()
674 vport->port_state > LPFC_VPORT_FAILED && in lpfc_vport_delete()
675 vport->port_state < LPFC_VPORT_READY) { in lpfc_vport_delete()
[all …]
Dlpfc_hbadisc.c397 ndlp->nlp_flag, vport->port_state); in lpfc_check_nlp_post_devloss()
497 vport->port_state); in lpfc_dev_loss_tmo_handler()
513 vport->port_state); in lpfc_dev_loss_tmo_handler()
1195 vport->port_state, vport->fc_ns_retry, vport->fc_flag); in lpfc_linkdown_port()
1431 mb->mbxStatus, vport->port_state); in lpfc_mbx_cmpl_clear_la()
1507 if (vport->port_state != LPFC_FLOGI) { in lpfc_mbx_cmpl_local_config_link()
1545 status, vport->port_state); in lpfc_mbx_cmpl_local_config_link()
1552 vport->port_state); in lpfc_mbx_cmpl_local_config_link()
1589 vport->port_state); in lpfc_mbx_cmpl_reg_fcfi()
1609 if (vport->port_state != LPFC_FLOGI) { in lpfc_mbx_cmpl_reg_fcfi()
[all …]
Dlpfc_els.c100 if (vport->port_state >= LPFC_VPORT_READY || in lpfc_els_chk_latt()
116 phba->pport->port_state); in lpfc_els_chk_latt()
297 vport->port_state, ndlp->nlp_rpi, in lpfc_prep_els_iocb()
306 cmd_size, vport->port_state, in lpfc_prep_els_iocb()
366 vport->port_state = LPFC_FABRIC_CFG_LINK; in lpfc_issue_fabric_reglogin()
472 vport->port_state = LPFC_FABRIC_CFG_LINK; in lpfc_issue_reg_vfi()
522 "HBA state x%x\n", phba->pport->port_state); in lpfc_issue_unreg_vfi()
535 rc, phba->pport->port_state); in lpfc_issue_unreg_vfi()
979 vport->port_state); in lpfc_cmpl_els_flogi()
1104 vport->port_state, vport->fc_flag, in lpfc_cmpl_els_flogi()
[all …]
Dlpfc_ct.c632 vport->port_state); in lpfc_gen_req()
967 vport->port_state, vport->gidft_inp); in lpfc_cmpl_ct_cmd_gid_ft()
1115 if (vport->port_state >= LPFC_DISC_AUTH) { in lpfc_cmpl_ct_cmd_gid_ft()
1190 vport->port_state, vport->gidft_inp); in lpfc_cmpl_ct_cmd_gid_pt()
1335 if (vport->port_state >= LPFC_DISC_AUTH) { in lpfc_cmpl_ct_cmd_gid_pt()
1482 if (vport->port_state >= LPFC_DISC_AUTH) { in lpfc_cmpl_ct_cmd_gff_id()
1991 if (vport->port_state < LPFC_NS_QRY) in lpfc_ns_cmd()
1992 vport->port_state = LPFC_NS_QRY; in lpfc_ns_cmd()
2003 if (vport->port_state < LPFC_NS_QRY) in lpfc_ns_cmd()
2004 vport->port_state = LPFC_NS_QRY; in lpfc_ns_cmd()
[all …]
/Linux-v6.1/drivers/scsi/
Dscsi_transport_fc.c166 fc_enum_name_search(port_state, fc_port_state, fc_port_state_names)
167 fc_enum_name_match(port_state, fc_port_state, fc_port_state_names)
424 fc_host->port_state = FC_PORTSTATE_UNKNOWN; in fc_host_setup()
660 if (rport->port_state != FC_PORTSTATE_ONLINE) in fc_find_rport_by_wwpn()
992 !((rport->port_state == FC_PORTSTATE_BLOCKED) || \
993 (rport->port_state == FC_PORTSTATE_DELETED) || \
994 (rport->port_state == FC_PORTSTATE_NOTPRESENT))) \
1010 if ((rport->port_state == FC_PORTSTATE_BLOCKED) || \
1011 (rport->port_state == FC_PORTSTATE_DELETED) || \
1012 (rport->port_state == FC_PORTSTATE_NOTPRESENT)) \
[all …]
/Linux-v6.1/include/linux/
Dnvme-fc-driver.h291 enum nvme_fc_obj_state port_state; member
335 enum nvme_fc_obj_state port_state; member
759 enum nvme_fc_obj_state port_state; member
/Linux-v6.1/drivers/net/bonding/
Dbond_3ad.c496 partner->port_state = lacpdu->actor_state; in __record_pdu()
506 partner->port_state |= LACP_STATE_SYNCHRONIZATION; in __record_pdu()
510 partner->port_state &= ~LACP_STATE_SYNCHRONIZATION; in __record_pdu()
563 …(lacpdu->actor_state & LACP_STATE_AGGREGATION) != (partner->port_state & LACP_STATE_AGGREGATION)) { in __update_selected()
595 (admin->port_state & LACP_STATE_AGGREGATION) in __update_default_selected()
596 != (oper->port_state & LACP_STATE_AGGREGATION)) { in __update_default_selected()
818 lacpdu->partner_state = partner->port_state; in __update_lacpdu_from_port()
991 (port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) && in ad_mux_machine()
1015 !(port->partner_oper.port_state & LACP_STATE_SYNCHRONIZATION) || in ad_mux_machine()
1179 port->partner_oper.port_state &= ~LACP_STATE_AGGREGATION; in ad_rx_machine()
[all …]
Dbond_sysfs_slave.c98 ad_port->partner_oper.port_state); in ad_partner_oper_port_state_show()
/Linux-v6.1/drivers/nvme/host/
Dfc.c252 WARN_ON(lport->localport.port_state != FC_OBJSTATE_DELETED); in nvme_fc_free_lport()
303 if (lport->localport.port_state != FC_OBJSTATE_DELETED) { in nvme_fc_attach_to_unreg_lport()
322 lport->localport.port_state = FC_OBJSTATE_ONLINE; in nvme_fc_attach_to_unreg_lport()
428 newrec->localport.port_state = FC_OBJSTATE_ONLINE; in nvme_fc_register_localport()
473 if (portptr->port_state != FC_OBJSTATE_ONLINE) { in nvme_fc_unregister_localport()
477 portptr->port_state = FC_OBJSTATE_DELETED; in nvme_fc_unregister_localport()
529 WARN_ON(rport->remoteport.port_state != FC_OBJSTATE_DELETED); in nvme_fc_free_rport()
613 if (rport->remoteport.port_state != FC_OBJSTATE_DELETED) { in nvme_fc_attach_to_suspended_rport()
622 rport->remoteport.port_state = FC_OBJSTATE_ONLINE; in nvme_fc_attach_to_suspended_rport()
741 newrec->remoteport.port_state = FC_OBJSTATE_ONLINE; in nvme_fc_register_remoteport()
[all …]
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_selftest.c49 u8 port_state; in mlx5e_test_link_state() local
54 port_state = mlx5_query_vport_state(priv->mdev, MLX5_VPORT_STATE_OP_MOD_VNIC_VPORT, 0); in mlx5e_test_link_state()
55 return port_state == VPORT_STATE_UP ? 0 : 1; in mlx5e_test_link_state()
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/
Dhinic_port.c286 struct hinic_port_state_cmd port_state; in hinic_port_set_state() local
289 u16 out_size = sizeof(port_state); in hinic_port_set_state()
295 port_state.state = state; in hinic_port_set_state()
298 &port_state, sizeof(port_state), in hinic_port_set_state()
299 &port_state, &out_size); in hinic_port_set_state()
300 if (err || out_size != sizeof(port_state) || port_state.status) { in hinic_port_set_state()
302 err, port_state.status, out_size); in hinic_port_set_state()
/Linux-v6.1/drivers/scsi/qedi/
Dqedi_sysfs.c42 static DEVICE_ATTR_RO(port_state);
/Linux-v6.1/include/scsi/
Dscsi_transport_fc.h367 enum fc_port_state port_state; /* Will only be ONLINE or UNKNOWN */ member
555 enum fc_port_state port_state; member
629 (((struct fc_host_attrs *)(x)->shost_data)->port_state)
782 switch (rport->port_state) { in fc_remote_port_chkready()
Dscsi_transport_iscsi.h288 uint32_t port_state; member
498 iscsi_get_ipaddress_state_name(enum iscsi_ipaddress_state port_state);
/Linux-v6.1/net/bridge/
Dbr_mrp.c594 u32 port_state; in br_mrp_set_port_state() local
602 port_state = BR_STATE_FORWARDING; in br_mrp_set_port_state()
604 port_state = BR_STATE_BLOCKING; in br_mrp_set_port_state()
606 p->state = port_state; in br_mrp_set_port_state()
609 br_mrp_port_switchdev_set_state(p, port_state); in br_mrp_set_port_state()
/Linux-v6.1/drivers/s390/scsi/
Dzfcp_unit.c29 if (rport && rport->port_state == FC_PORTSTATE_ONLINE) in zfcp_unit_scsi_scan()
/Linux-v6.1/drivers/message/fusion/
Dmptfc.c979 unsigned port_state; in mptfc_init_host_attr() local
1041 port_state = FC_PORTSTATE_UNKNOWN; in mptfc_init_host_attr()
1043 port_state = FC_PORTSTATE_ONLINE; in mptfc_init_host_attr()
1045 port_state = FC_PORTSTATE_LINKDOWN; in mptfc_init_host_attr()
1046 fc_host_port_state(sh) = port_state; in mptfc_init_host_attr()
/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c1634 u32 port_state = hisi_sas_read32(hisi_hba, PORT_STATE); in get_wideport_bitmap_v2_hw() local
1637 if (((port_state & PORT_STATE_PHY8_PORT_NUM_MSK) >> in get_wideport_bitmap_v2_hw()
2652 u32 port_state = hisi_sas_read32(hisi_hba, PORT_STATE); in phy_up_v2_hw() local
2654 port_id = (port_state & PORT_STATE_PHY8_PORT_NUM_MSK) >> in phy_up_v2_hw()
2656 link_rate = (port_state & PORT_STATE_PHY8_CONN_RATE_MSK) >> in phy_up_v2_hw()
2709 u32 port_state; in check_any_wideports_v2_hw() local
2711 port_state = hisi_sas_read32(hisi_hba, PORT_STATE); in check_any_wideports_v2_hw()
2712 if (port_state & 0x1ff) in check_any_wideports_v2_hw()
3230 u32 port_state = hisi_sas_read32(hisi_hba, PORT_STATE); in sata_int_v2_hw() local
3232 port_id = (port_state & PORT_STATE_PHY8_PORT_NUM_MSK) >> in sata_int_v2_hw()
[all …]
/Linux-v6.1/drivers/infiniband/core/
Dcache.c1186 enum ib_port_state *port_state) in ib_get_cached_port_state() argument
1195 *port_state = device->port_data[port_num].cache.port_state; in ib_get_cached_port_state()
1532 device->port_data[port].cache.port_state = tprops->state; in ib_cache_update()

1234