/linux-6.14.4/drivers/scsi/elx/libefc/ |
D | efc_nport.c | 34 struct efc_nport *nport = data; in efc_nport_cb() local 47 struct efc_nport *nport = NULL; in efc_nport_find_wwn() local 60 struct efc_nport *nport = container_of(arg, struct efc_nport, ref); in _efc_nport_free() local 69 struct efc_nport *nport; in efc_nport_alloc() local 135 efc_nport_free(struct efc_nport *nport) in efc_nport_free() 166 struct efc_nport *nport; in efc_nport_find() local 177 efc_nport_attach(struct efc_nport *nport, u32 fc_id) in efc_nport_attach() 213 efc_nport_shutdown(struct efc_nport *nport) in efc_nport_shutdown() 255 efc_vport_link_down(struct efc_nport *nport) in efc_vport_link_down() 274 struct efc_nport *nport = ctx->app; in __efc_nport_common() local [all …]
|
D | efc_cmds.c | 13 efc_nport_free_resources(struct efc_nport *nport, int evt, void *data) in efc_nport_free_resources() 34 efc_nport_get_mbox_status(struct efc_nport *nport, u8 *mqe, int status) in efc_nport_get_mbox_status() 52 struct efc_nport *nport = arg; in efc_nport_free_unreg_vpi_cb() local 65 efc_nport_free_unreg_vpi(struct efc_nport *nport) in efc_nport_free_unreg_vpi() 88 efc_nport_send_evt(struct efc_nport *nport, int evt, void *data) in efc_nport_send_evt() 107 struct efc_nport *nport = arg; in efc_nport_alloc_init_vpi_cb() local 119 efc_nport_alloc_init_vpi(struct efc_nport *nport) in efc_nport_alloc_init_vpi() 150 struct efc_nport *nport = arg; in efc_nport_alloc_read_sparm64_cb() local 173 efc_nport_alloc_read_sparm64(struct efc *efc, struct efc_nport *nport) in efc_nport_alloc_read_sparm64() 206 efc_cmd_nport_alloc(struct efc *efc, struct efc_nport *nport, in efc_cmd_nport_alloc() [all …]
|
D | efc_domain.c | 245 struct efc_nport *nport; in __efc_domain_init() local 367 struct efc_nport *nport; in __efc_domain_wait_alloc() local 517 struct efc_nport *nport = NULL, *nport_next = NULL; in __efc_domain_allocated() local 554 struct efc_nport *nport, *next_nport; in __efc_domain_wait_attach() local 646 struct efc_nport *nport = NULL, *nport_next = NULL; in __efc_domain_ready() local 793 struct efc_nport *nport = NULL, *nport_next = NULL; in __efc_domain_wait_domain_lost() local 944 struct efc_nport *nport = NULL; in efc_domain_dispatch_frame() local
|
D | efc_fabric.c | 212 struct efc_nport *nport = node->nport; in __efc_fabric_flogi_wait_rsp() local 306 efc_start_ns_node(struct efc_nport *nport) in efc_start_ns_node() 331 efc_start_fabctl_node(struct efc_nport *nport) in efc_start_fabctl_node() 652 struct efc_nport *nport = node->nport; in efc_process_gidpt_payload() local 1005 struct efc_nport *nport = node->nport; in efc_process_rscn() local 1090 efc_rnode_is_winner(struct efc_nport *nport) in efc_rnode_is_winner() 1138 struct efc_nport *nport = node->nport; in __efc_p2p_wait_domain_attach() local 1527 efc_p2p_setup(struct efc_nport *nport) in efc_p2p_setup()
|
D | efc_node.c | 25 efc_node_find(struct efc_nport *nport, u32 port_id) in efc_node_find() 44 struct efc_node *efc_node_alloc(struct efc_nport *nport, in efc_node_alloc() 122 struct efc_nport *nport; in efc_node_free() local 195 struct efc_nport *nport = node->nport; in efc_node_attach() local 249 struct efc_nport *nport = node->nport; in efc_node_update_display_name() local
|
D | efc.h | 48 #define nport_sm_trace(nport) \ argument
|
D | efclib.h | 244 struct efc_nport *nport; member 266 struct efc_nport *nport; member 323 struct efc_nport *nport; member 401 struct efc_nport *nport; member
|
D | efc_els.c | 556 struct efc_nport *nport = node->nport; in efc_send_adisc() local
|
/linux-6.14.4/drivers/media/i2c/ |
D | ds90ub960.c | 440 u8 nport; /* RX port number, and index in priv->rxport[] */ member 496 u8 nport; /* TX port number, and index in priv->txport[] */ member 701 static int ub960_rxport_select(struct ub960_data *priv, u8 nport) in ub960_rxport_select() 724 static int ub960_rxport_read(struct ub960_data *priv, u8 nport, u8 reg, u8 *val) in ub960_rxport_read() 751 static int ub960_rxport_write(struct ub960_data *priv, u8 nport, u8 reg, u8 val) in ub960_rxport_write() 773 static int ub960_rxport_update_bits(struct ub960_data *priv, u8 nport, u8 reg, in ub960_rxport_update_bits() 796 static int ub960_rxport_read16(struct ub960_data *priv, u8 nport, u8 reg, in ub960_rxport_read16() 824 static int ub960_txport_select(struct ub960_data *priv, u8 nport) in ub960_txport_select() 847 static int ub960_txport_read(struct ub960_data *priv, u8 nport, u8 reg, u8 *val) in ub960_txport_read() 874 static int ub960_txport_write(struct ub960_data *priv, u8 nport, u8 reg, u8 val) in ub960_txport_write() [all …]
|
/linux-6.14.4/drivers/nvme/target/ |
D | fcloop.c | 220 struct fcloop_nport *nport; member 230 struct fcloop_nport *nport; member 1006 struct fcloop_nport *nport = in fcloop_nport_free() local 1013 fcloop_nport_put(struct fcloop_nport *nport) in fcloop_nport_put() 1019 fcloop_nport_get(struct fcloop_nport *nport) in fcloop_nport_get() 1220 struct fcloop_nport *newnport, *nport = NULL; in fcloop_alloc_nport() local 1316 struct fcloop_nport *nport; in fcloop_create_remote_port() local 1358 __unlink_remote_port(struct fcloop_nport *nport) in __unlink_remote_port() 1372 __remoteport_unreg(struct fcloop_nport *nport, struct fcloop_rport *rport) in __remoteport_unreg() 1384 struct fcloop_nport *nport = NULL, *tmpport; in fcloop_delete_remote_port() local [all …]
|
D | rdma.c | 121 struct nvmet_port *nport; member 1199 struct nvmet_port *nport = port->nport; in nvmet_rdma_find_get_device() local 1835 struct nvmet_port *nport = port->nport; in nvmet_rdma_destroy_port_queues() local 1919 static int nvmet_rdma_add_port(struct nvmet_port *nport) in nvmet_rdma_add_port() 1987 static void nvmet_rdma_remove_port(struct nvmet_port *nport) in nvmet_rdma_remove_port() 1997 struct nvmet_port *nport, char *traddr) in nvmet_rdma_disc_port_addr()
|
D | tcp.c | 207 struct nvmet_port *nport; member 2015 static int nvmet_tcp_add_port(struct nvmet_port *nport) in nvmet_tcp_add_port() 2104 static void nvmet_tcp_remove_port(struct nvmet_port *nport) in nvmet_tcp_remove_port() 2164 struct nvmet_port *nport, char *traddr) in nvmet_tcp_disc_port_addr()
|
/linux-6.14.4/drivers/usb/serial/ |
D | usb-serial-simple.c | 20 #define DEVICE_N(vendor, IDS, nport) \ argument
|
/linux-6.14.4/drivers/pnp/ |
D | manager.c | 259 int nport = 0, nmem = 0, nirq = 0; in pnp_assign_resources() local
|
/linux-6.14.4/drivers/scsi/elx/efct/ |
D | efct_xport.c | 683 struct efc_nport *nport; in efct_get_host_port_id() local 703 struct efc_nport *nport = efc->domain->nport; in efct_get_host_port_type() local
|
D | efct_lio.c | 1138 efct_scsi_tgt_new_nport(struct efc *efc, struct efc_nport *nport) in efct_scsi_tgt_new_nport() 1149 efct_scsi_tgt_del_nport(struct efc *efc, struct efc_nport *nport) in efct_scsi_tgt_del_nport()
|
D | efct_lio.h | 167 struct efct_lio_nport *nport; member
|
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb/ |
D | espi.c | 339 u8 i, nport = (u8)adapter->params.nports; in t1_espi_get_mon_t204() local
|
/linux-6.14.4/drivers/tty/ |
D | mips_ejtag_fdc.c | 887 int ret, nport; in mips_ejtag_fdc_tty_probe() local
|
/linux-6.14.4/drivers/pinctrl/renesas/ |
D | pinctrl-rza1.c | 490 unsigned int nport; member
|
/linux-6.14.4/drivers/pinctrl/ |
D | pinctrl-cy8c95x0.c | 162 unsigned int nport; member
|
/linux-6.14.4/drivers/infiniband/hw/hfi1/ |
D | mad.c | 4003 u32 nport = OPA_AM_NPORT(am); in __subn_get_opa_led_info() local 4032 u32 nport = OPA_AM_NPORT(am); in __subn_set_opa_led_info() local
|