Home
last modified time | relevance | path

Searched refs:portid (Results 1 – 25 of 35) sorted by relevance

12

/drivers/scsi/csiostor/
Dcsio_lnode.c115 csio_ln_lookup_by_portid(struct csio_hw *hw, uint8_t portid) in csio_ln_lookup_by_portid() argument
123 if (ln->portid == portid) in csio_ln_lookup_by_portid()
352 if (hw->pport[ln->portid].link_speed == FW_PORT_CAP_SPEED_1G) in csio_ln_fdmi_rhba_cbfn()
354 else if (hw->pport[ln->portid].link_speed == FW_PORT_CAP_SPEED_10G) in csio_ln_fdmi_rhba_cbfn()
715 uint8_t portid; in csio_fcoe_enable_link() local
726 portid = ln->portid; in csio_fcoe_enable_link()
730 sub_op ? "UP" : "DOWN", portid); in csio_fcoe_enable_link()
733 portid, sub_op, 0, 0, 0, NULL); in csio_fcoe_enable_link()
737 portid); in csio_fcoe_enable_link()
746 "ret:x%x\n", sub_op ? "UP" : "DOWN", portid, retval); in csio_fcoe_enable_link()
[all …]
Dcsio_init.c277 0, hw->pport[0].portid, false, NULL); in csio_create_queues()
287 hw->pport[0].portid, true, NULL); in csio_create_queues()
295 mgmtm->iq_idx, hw->pport[0].portid, NULL); in csio_create_queues()
776 csio_lnodes_block_by_port(struct csio_hw *hw, uint8_t portid) in csio_lnodes_block_by_port() argument
796 if (sln->portid != portid) in csio_lnodes_block_by_port()
817 csio_lnodes_unblock_by_port(struct csio_hw *hw, uint8_t portid) in csio_lnodes_unblock_by_port() argument
837 if (sln->portid != portid) in csio_lnodes_unblock_by_port()
990 ln->portid = hw->pport[i].portid; in csio_probe_one()
1136 ln->portid = hw->pport[i].portid; in csio_pci_resume()
Dcsio_lnode.h86 uint8_t portid; member
151 uint8_t portid; /* Port ID */ member
Dcsio_attr.c276 switch (hw->pport[ln->portid].link_speed) { in csio_get_host_speed()
326 csio_get_phy_port_stats(hw, ln->portid, &fcoe_port_stats); in csio_get_stats()
425 ln->portid = pln->portid; in csio_fcoe_alloc_vnp()
Dcsio_hw.c1269 hw->pport[i].portid = -1; in csio_get_device_params()
1333 hw->pport[i].portid = j++; in csio_get_device_params()
1334 csio_dbg(hw, "Found Port:%d\n", hw->pport[i].portid); in csio_get_device_params()
1416 uint8_t portid; in csio_enable_ports() local
1426 portid = hw->pport[i].portid; in csio_enable_ports()
1429 csio_mb_port(hw, mbp, CSIO_MB_DEFAULT_TMO, portid, in csio_enable_ports()
1434 portid); in csio_enable_ports()
1443 portid, retval); in csio_enable_ports()
1449 csio_mb_port(hw, mbp, CSIO_MB_DEFAULT_TMO, portid, true, in csio_enable_ports()
1454 portid); in csio_enable_ports()
[all …]
Dcsio_wr.h418 uint32_t portid; /* PCIE Channel */ member
461 #define csio_q_portid(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->portid)
Dcsio_wr.c415 uint32_t vec, uint8_t portid, bool async, in csio_wr_iq_create() argument
423 csio_q_portid(hw, iq_idx) = portid; in csio_wr_iq_create()
463 iqp.iqpciech = portid; in csio_wr_iq_create()
554 int iq_idx, uint8_t portid, in csio_wr_eq_create() argument
576 eqp.pciechn = portid; in csio_wr_eq_create()
Dcsio_scsi.c1415 csio_lnodes_block_by_port(hw, ln->portid); in csio_disable_port()
1418 csio_disable_lnodes(hw, ln->portid, disable); in csio_disable_port()
1422 csio_lnodes_unblock_by_port(hw, ln->portid); in csio_disable_port()
1795 sqset = &hw->sqset[ln->portid][cpu]; in csio_queuecommand()
1895 struct csio_scsi_qset *sqset = &hw->sqset[ln->portid][cpu]; in csio_do_abrt_cls()
2122 sqset = &hw->sqset[ln->portid][smp_processor_id()]; in csio_eh_lun_reset_handler()
Dcsio_mb.c347 uint8_t portid, bool wr, uint32_t fc, uint16_t caps, in csio_mb_port() argument
358 FW_PORT_CMD_PORTID_V(portid)); in csio_mb_port()
1006 uint32_t mb_tmo, uint32_t portid, uint32_t fcfi, in csio_fcoe_read_fcf_init_mb() argument
1039 FW_FCOE_STATS_CMD_PORT(portparams->portid); in csio_fcoe_read_portparams_init_mb()
Dcsio_mb.h49 uint8_t portid; member
Dcsio_rnode.c169 csio_rnode_lookup_portid(struct csio_lnode *ln, uint32_t portid) in csio_rnode_lookup_portid() argument
177 if (rn->nport_id == portid) in csio_rnode_lookup_portid()
Dcsio_hw.h273 uint8_t portid; member
/drivers/connector/
Dconnector.c73 int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 __group, in cn_netlink_send_mult() argument
85 if (portid || __group) { in cn_netlink_send_mult()
103 if (!portid && !netlink_has_listeners(dev->nls, group)) in cn_netlink_send_mult()
125 return netlink_broadcast(dev->nls, skb, portid, group, in cn_netlink_send_mult()
127 return netlink_unicast(dev->nls, skb, portid, in cn_netlink_send_mult()
133 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, in cn_netlink_send() argument
136 return cn_netlink_send_mult(msg, msg->len, portid, __group, gfp_mask); in cn_netlink_send()
/drivers/w1/
Dw1_netlink.c40 u32 portid; /* Sending process port ID */ member
87 block->portid, 0, GFP_KERNEL); in w1_unref_block()
105 cn_netlink_send_mult(block->first_cn, len, block->portid, 0, GFP_KERNEL); in w1_reply_make_space()
212 int portid, int error) in w1_netlink_send_error() argument
223 cn_netlink_send(&packet.cn, portid, 0, GFP_KERNEL); in w1_netlink_send_error()
416 static int w1_process_command_root(struct cn_msg *req_cn, u32 portid) in w1_process_command_root() argument
443 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root()
454 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root()
572 w1_netlink_send_error(cn, msg, nsp->portid, -EINVAL); in w1_cn_callback()
628 w1_netlink_send_error(cn, msg, nsp->portid, -ENOMEM); in w1_cn_callback()
[all …]
/drivers/net/team/
Dteam.c2242 struct team *team, u32 portid);
2244 static int team_nl_send_unicast(struct sk_buff *skb, struct team *team, u32 portid) in team_nl_send_unicast() argument
2246 return genlmsg_unicast(dev_net(team->dev), skb, portid); in team_nl_send_unicast()
2331 struct team *team, u32 portid, in __send_and_alloc_skb() argument
2337 err = send_func(*pskb, team, portid); in __send_and_alloc_skb()
2347 static int team_nl_send_options_get(struct team *team, u32 portid, u32 seq, in team_nl_send_options_get() argument
2364 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get()
2368 hdr = genlmsg_put(skb, portid, seq, &team_nl_family, flags | NLM_F_MULTI, in team_nl_send_options_get()
2403 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2405 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get()
[all …]
/drivers/staging/gdm724x/
Dnetlink_k.c136 NETLINK_CB(skb).portid = 0; in netlink_send()
/drivers/staging/gdm72xx/
Dnetlink_k.c143 NETLINK_CB(skb).portid = 0; in netlink_send()
/drivers/net/wireless/
Dmac80211_hwsim.c502 u32 portid; member
2682 data->portid = info->snd_portid; in mac80211_hwsim_new_radio()
2936 u32 portid, u32 seq, in mac80211_hwsim_get_radio() argument
2943 hdr = genlmsg_put(skb, portid, seq, &hwsim_genl_family, flags, in mac80211_hwsim_get_radio()
3408 NETLINK_CB(cb->skb).portid, in hwsim_dump_radio_nl()
3470 static void remove_user_radios(u32 portid) in remove_user_radios() argument
3476 if (entry->destroy_on_close && entry->portid == portid) { in remove_user_radios()
3494 remove_user_radios(notify->portid); in mac80211_hwsim_netlink_notify()
3496 if (notify->portid == wmediumd_portid) { in mac80211_hwsim_netlink_notify()
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.h498 u32 portid:1; member
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.h493 u32 portid:1; member
/drivers/scsi/bfa/
Dbfa_fc.h818 u32 portid:24; member
Dbfi.h1076 u8 portid; member
/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.h610 u32 portid:1; member
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dtrx.h595 u32 portid:1; member
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dtrx.h627 u32 portid:1; member

12