Home
last modified time | relevance | path

Searched refs:fsp (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/scsi/libfc/
H A Dfc_fcp.c134 struct fc_fcp_pkt *fsp; in fc_fcp_pkt_alloc() local
136 fsp = mempool_alloc(si->scsi_pkt_pool, gfp); in fc_fcp_pkt_alloc()
137 if (fsp) { in fc_fcp_pkt_alloc()
138 memset(fsp, 0, sizeof(*fsp)); in fc_fcp_pkt_alloc()
139 fsp->lp = lport; in fc_fcp_pkt_alloc()
140 fsp->xfer_ddp = FC_XID_UNKNOWN; in fc_fcp_pkt_alloc()
141 refcount_set(&fsp->ref_cnt, 1); in fc_fcp_pkt_alloc()
142 timer_setup(&fsp->timer, NULL, 0); in fc_fcp_pkt_alloc()
143 INIT_LIST_HEAD(&fsp->list); in fc_fcp_pkt_alloc()
144 spin_lock_init(&fsp->scsi_pkt_lock); in fc_fcp_pkt_alloc()
[all …]
H A Dfc_libfc.h98 void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid);
99 void fc_fcp_ddp_done(struct fc_fcp_pkt *fsp);
H A Dfc_exch.c2186 struct fc_fcp_pkt *fsp = NULL; in fc_exch_seq_send() local
2210 fsp = fr_fsp(fp); in fc_exch_seq_send()
2226 if (fsp) in fc_exch_seq_send()
2227 fc_fcp_ddp_done(fsp); in fc_exch_seq_send()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_flow_rule.c11 int gve_fill_ethtool_flow_spec(struct ethtool_rx_flow_spec *fsp, in gve_fill_ethtool_flow_spec() argument
31 fsp->flow_type = flow_type_lut[be16_to_cpu(flow_rule->flow_type)]; in gve_fill_ethtool_flow_spec()
33 memset(&fsp->h_u, 0, sizeof(fsp->h_u)); in gve_fill_ethtool_flow_spec()
34 memset(&fsp->h_ext, 0, sizeof(fsp->h_ext)); in gve_fill_ethtool_flow_spec()
35 memset(&fsp->m_u, 0, sizeof(fsp->m_u)); in gve_fill_ethtool_flow_spec()
36 memset(&fsp->m_ext, 0, sizeof(fsp->m_ext)); in gve_fill_ethtool_flow_spec()
38 switch (fsp->flow_type) { in gve_fill_ethtool_flow_spec()
42 fsp->h_u.tcp_ip4_spec.ip4src = flow_rule->key.src_ip[0]; in gve_fill_ethtool_flow_spec()
43 fsp->h_u.tcp_ip4_spec.ip4dst = flow_rule->key.dst_ip[0]; in gve_fill_ethtool_flow_spec()
44 fsp->h_u.tcp_ip4_spec.psrc = flow_rule->key.src_port; in gve_fill_ethtool_flow_spec()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fsp/
H A Dbase.c8 nvkm_fsp_boot_gsp_fmc(struct nvkm_fsp *fsp, u64 args_addr, u32 rsvd_size, bool resume, in nvkm_fsp_boot_gsp_fmc() argument
11 return fsp->func->cot.boot_gsp_fmc(fsp, args_addr, rsvd_size, resume, in nvkm_fsp_boot_gsp_fmc()
16 nvkm_fsp_verify_gsp_fmc(struct nvkm_fsp *fsp, u32 hash_size, u32 pkey_size, u32 sig_size) in nvkm_fsp_verify_gsp_fmc() argument
18 return hash_size == fsp->func->cot.size_hash && in nvkm_fsp_verify_gsp_fmc()
19 pkey_size == fsp->func->cot.size_pkey && in nvkm_fsp_verify_gsp_fmc()
20 sig_size == fsp->func->cot.size_sig; in nvkm_fsp_verify_gsp_fmc()
26 struct nvkm_fsp *fsp = nvkm_fsp(subdev); in nvkm_fsp_preinit() local
28 return fsp->func->wait_secure_boot(fsp); in nvkm_fsp_preinit()
34 struct nvkm_fsp *fsp = nvkm_fsp(subdev); in nvkm_fsp_dtor() local
36 nvkm_falcon_dtor(&fsp->falcon); in nvkm_fsp_dtor()
[all …]
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c9 aq_rule_is_approve(struct ethtool_rx_flow_spec *fsp) in aq_rule_is_approve() argument
11 if (fsp->flow_type & FLOW_MAC_EXT) in aq_rule_is_approve()
14 switch (fsp->flow_type & ~FLOW_EXT) { in aq_rule_is_approve()
26 switch (fsp->h_u.usr_ip4_spec.proto) { in aq_rule_is_approve()
36 switch (fsp->h_u.usr_ip6_spec.l4_proto) { in aq_rule_is_approve()
68 struct ethtool_rx_flow_spec *fsp) in aq_rule_already_exists() argument
76 if (rule->aq_fsp.location == fsp->location) in aq_rule_already_exists()
78 if (aq_match_filter(&rule->aq_fsp, fsp)) { in aq_rule_already_exists()
90 struct ethtool_rx_flow_spec *fsp) in aq_check_approve_fl3l4() argument
95 if (fsp in aq_check_approve_fl3l4()
127 aq_check_approve_fl2(struct aq_nic_s * aq_nic,struct aq_hw_rx_fltrs_s * rx_fltrs,struct ethtool_rx_flow_spec * fsp) aq_check_approve_fl2() argument
154 aq_check_approve_fvlan(struct aq_nic_s * aq_nic,struct aq_hw_rx_fltrs_s * rx_fltrs,struct ethtool_rx_flow_spec * fsp) aq_check_approve_fvlan() argument
186 aq_check_filter(struct aq_nic_s * aq_nic,struct ethtool_rx_flow_spec * fsp) aq_check_filter() argument
235 aq_rule_is_not_support(struct aq_nic_s * aq_nic,struct ethtool_rx_flow_spec * fsp) aq_rule_is_not_support() argument
265 aq_rule_is_not_correct(struct aq_nic_s * aq_nic,struct ethtool_rx_flow_spec * fsp) aq_rule_is_not_correct() argument
294 aq_check_rule(struct aq_nic_s * aq_nic,struct ethtool_rx_flow_spec * fsp) aq_check_rule() argument
312 const struct ethtool_rx_flow_spec *fsp = &aq_rx_fltr->aq_fsp; aq_set_data_fl2() local
405 const struct ethtool_rx_flow_spec *fsp = &aq_rx_fltr->aq_fsp; aq_set_data_fvlan() local
474 const struct ethtool_rx_flow_spec *fsp = &aq_rx_fltr->aq_fsp; aq_set_data_fl3l4() local
682 struct ethtool_rx_flow_spec *fsp = aq_add_rxnfc_rule() local
743 struct ethtool_rx_flow_spec *fsp = aq_get_rxnfc_rule() local
[all...]
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c845 * @fsp: pointer to ethtool Rx flow specification
851 iavf_parse_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in iavf_parse_rx_flow_user_data() argument
857 if (!(fsp->flow_type & FLOW_EXT)) in iavf_parse_rx_flow_user_data()
865 u32 value = be32_to_cpu(fsp->h_ext.data[i]); in iavf_parse_rx_flow_user_data()
866 u32 mask = be32_to_cpu(fsp->m_ext.data[i]); in iavf_parse_rx_flow_user_data()
892 * @fsp: pointer to ethtool Rx flow specification
896 iavf_fill_rx_flow_ext_data(struct ethtool_rx_flow_spec *fsp, in iavf_fill_rx_flow_ext_data() argument
902 fsp->flow_type |= FLOW_EXT; in iavf_fill_rx_flow_ext_data()
904 memcpy(fsp->h_ext.data, fltr->ext_data.usr_def, sizeof(fsp in iavf_fill_rx_flow_ext_data()
919 struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; iavf_get_ethtool_fdir_entry() local
1099 iavf_add_fdir_fltr_info(struct iavf_adapter * adapter,struct ethtool_rx_flow_spec * fsp,struct iavf_fdir_fltr * fltr) iavf_add_fdir_fltr_info() argument
1255 struct ethtool_rx_flow_spec *fsp = &cmd->fs; iavf_add_fdir_ethtool() local
1298 struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; iavf_del_fdir_ethtool() local
[all...]
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_rxnfc.c97 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in tsnep_rxnfc_get_rule() local
104 rule = tsnep_get_rule(adapter, fsp->location); in tsnep_rxnfc_get_rule()
111 fsp->flow_type = ETHER_FLOW; in tsnep_rxnfc_get_rule()
112 fsp->ring_cookie = rule->queue_index; in tsnep_rxnfc_get_rule()
115 fsp->h_u.ether_spec.h_proto = htons(rule->filter.ether_type); in tsnep_rxnfc_get_rule()
116 fsp->m_u.ether_spec.h_proto = ETHER_TYPE_FULL_MASK; in tsnep_rxnfc_get_rule()
172 const struct ethtool_rx_flow_spec *fsp) in tsnep_rxnfc_init_rule() argument
176 rule->queue_index = fsp->ring_cookie; in tsnep_rxnfc_init_rule()
177 rule->location = fsp->location; in tsnep_rxnfc_init_rule()
180 rule->filter.ether_type = ntohs(fsp->h_u.ether_spec.h_proto); in tsnep_rxnfc_init_rule()
[all …]
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c966 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in igc_ethtool_get_nfc_rule() local
973 rule = igc_get_nfc_rule(adapter, fsp->location); in igc_ethtool_get_nfc_rule()
977 fsp->flow_type = ETHER_FLOW; in igc_ethtool_get_nfc_rule()
978 fsp->ring_cookie = rule->action; in igc_ethtool_get_nfc_rule()
981 fsp->h_u.ether_spec.h_proto = htons(rule->filter.etype); in igc_ethtool_get_nfc_rule()
982 fsp->m_u.ether_spec.h_proto = ETHER_TYPE_FULL_MASK; in igc_ethtool_get_nfc_rule()
986 fsp->flow_type |= FLOW_EXT; in igc_ethtool_get_nfc_rule()
987 fsp->h_ext.vlan_etype = htons(rule->filter.vlan_etype); in igc_ethtool_get_nfc_rule()
988 fsp->m_ext.vlan_etype = ETHER_TYPE_FULL_MASK; in igc_ethtool_get_nfc_rule()
992 fsp->flow_type |= FLOW_EXT; in igc_ethtool_get_nfc_rule()
[all …]
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c96 struct ethtool_rx_flow_spec *fsp) in idpf_fsteer_fill_ipv4() argument
103 iph->saddr = fsp->h_u.tcp_ip4_spec.ip4src; in idpf_fsteer_fill_ipv4()
104 iph->daddr = fsp->h_u.tcp_ip4_spec.ip4dst; in idpf_fsteer_fill_ipv4()
107 iph->saddr = fsp->m_u.tcp_ip4_spec.ip4src; in idpf_fsteer_fill_ipv4()
108 iph->daddr = fsp->m_u.tcp_ip4_spec.ip4dst; in idpf_fsteer_fill_ipv4()
112 struct ethtool_rx_flow_spec *fsp, in idpf_fsteer_fill_udp() argument
123 udph->source = fsp->h_u.udp_ip4_spec.psrc; in idpf_fsteer_fill_udp()
124 udph->dest = fsp->h_u.udp_ip4_spec.pdst; in idpf_fsteer_fill_udp()
125 udpm->source = fsp->m_u.udp_ip4_spec.psrc; in idpf_fsteer_fill_udp()
126 udpm->dest = fsp->m_u.udp_ip4_spec.pdst; in idpf_fsteer_fill_udp()
[all …]
H A Didpf_virtchnl.h124 struct ethtool_rx_flow_spec *fsp);
H A Didpf_virtchnl.c4166 struct ethtool_rx_flow_spec *fsp) in idpf_sideband_action_ena() argument
4175 if (fsp->ring_cookie == RX_CLS_FLOW_DISC || in idpf_sideband_action_ena()
4176 fsp->ring_cookie == RX_CLS_FLOW_WAKE) in idpf_sideband_action_ena()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2671 struct ethtool_rx_flow_spec *fsp = in ixgbe_get_ethtool_fdir_entry()
2681 if (fsp->location <= rule->sw_idx) in ixgbe_get_ethtool_fdir_entry()
2685 if (!rule || fsp->location != rule->sw_idx) in ixgbe_get_ethtool_fdir_entry()
2693 fsp->flow_type = TCP_V4_FLOW; in ixgbe_get_ethtool_fdir_entry()
2696 fsp->flow_type = UDP_V4_FLOW; in ixgbe_get_ethtool_fdir_entry()
2699 fsp->flow_type = SCTP_V4_FLOW; in ixgbe_get_ethtool_fdir_entry()
2702 fsp->flow_type = IP_USER_FLOW; in ixgbe_get_ethtool_fdir_entry()
2703 fsp->h_u.usr_ip4_spec.ip_ver = ETH_RX_NFC_IP4; in ixgbe_get_ethtool_fdir_entry()
2704 fsp->h_u.usr_ip4_spec.proto = 0; in ixgbe_get_ethtool_fdir_entry()
2705 fsp in ixgbe_get_ethtool_fdir_entry()
2670 struct ethtool_rx_flow_spec *fsp = ixgbe_get_ethtool_fdir_entry() local
2900 ixgbe_flowspec_to_flow_type(struct ethtool_rx_flow_spec * fsp,u8 * flow_type) ixgbe_flowspec_to_flow_type() argument
2944 struct ethtool_rx_flow_spec *fsp = ixgbe_add_ethtool_fdir_entry() local
3074 struct ethtool_rx_flow_spec *fsp = ixgbe_del_ethtool_fdir_entry() local
[all...]
/linux/tools/perf/util/
H A Dprobe-finder.c671 struct find_scope_param *fsp = data; in find_best_scope_cb()
676 if (fsp->file) { in find_best_scope_cb()
678 if (!file || strcmp(fsp->file, file) != 0) in find_best_scope_cb()
682 if (fsp->function) { in find_inner_scope_cb()
683 if (die_match_name(fn_die, fsp->function)) { in find_inner_scope_cb()
684 memcpy(fsp->die_mem, fn_die, sizeof(Dwarf_Die)); in find_inner_scope_cb() local
685 fsp->found = true; in find_inner_scope_cb()
690 if (dwarf_decl_line(fn_die, &lno) == 0 && lno < fsp->line &&
691 fsp->diff > fsp
651 struct find_scope_param *fsp = data; find_best_scope_cb() local
694 struct find_scope_param fsp = { find_best_scope() local
[all...]
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1317 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in qede_get_cls_rule_entry() local
1331 fsp->location); in qede_get_cls_rule_entry()
1334 fsp->location); in qede_get_cls_rule_entry()
1341 fsp->flow_type = TCP_V4_FLOW; in qede_get_cls_rule_entry()
1343 fsp->flow_type = UDP_V4_FLOW; in qede_get_cls_rule_entry()
1345 fsp->h_u.tcp_ip4_spec.psrc = fltr->tuple.src_port; in qede_get_cls_rule_entry()
1346 fsp->h_u.tcp_ip4_spec.pdst = fltr->tuple.dst_port; in qede_get_cls_rule_entry()
1347 fsp->h_u.tcp_ip4_spec.ip4src = fltr->tuple.src_ipv4; in qede_get_cls_rule_entry()
1348 fsp->h_u.tcp_ip4_spec.ip4dst = fltr->tuple.dst_ipv4; in qede_get_cls_rule_entry()
1351 fsp->flow_type = TCP_V6_FLOW; in qede_get_cls_rule_entry()
[all …]
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2430 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in igb_get_ethtool_nfc_entry() local
2437 if (fsp->location <= rule->sw_idx) in igb_get_ethtool_nfc_entry()
2441 if (!rule || fsp->location != rule->sw_idx) in igb_get_ethtool_nfc_entry()
2445 fsp->flow_type = ETHER_FLOW; in igb_get_ethtool_nfc_entry()
2446 fsp->ring_cookie = rule->action; in igb_get_ethtool_nfc_entry()
2448 fsp->h_u.ether_spec.h_proto = rule->filter.etype; in igb_get_ethtool_nfc_entry()
2449 fsp->m_u.ether_spec.h_proto = ETHER_TYPE_FULL_MASK; in igb_get_ethtool_nfc_entry()
2452 fsp->flow_type |= FLOW_EXT; in igb_get_ethtool_nfc_entry()
2453 fsp->h_ext.vlan_tci = rule->filter.vlan_tci; in igb_get_ethtool_nfc_entry()
2454 fsp->m_ext.vlan_tci = htons(VLAN_PRIO_MASK); in igb_get_ethtool_nfc_entry()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dgh100.c105 ret = nvkm_fsp_boot_gsp_fmc(device->fsp, gsp->fmc.args.addr, rsvd_size, resume, in gh100_gsp_init()
267 struct nvkm_fsp *fsp = device->fsp; in gh100_gsp_oneinit() local
290 if (!nvkm_fsp_verify_gsp_fmc(fsp, hash_len, pkey_len, sig_len)) in gh100_gsp_oneinit()
/linux/drivers/net/ethernet/sun/
H A Dniu.c7115 struct ethtool_rx_flow_spec *fsp) in niu_get_ip4fs_from_tcam_key() argument
7121 fsp->h_u.tcp_ip4_spec.ip4src = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key()
7124 fsp->h_u.tcp_ip4_spec.ip4dst = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key()
7127 fsp->m_u.tcp_ip4_spec.ip4src = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key()
7130 fsp->m_u.tcp_ip4_spec.ip4dst = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key()
7132 fsp->h_u.tcp_ip4_spec.tos = (tp->key[2] & TCAM_V4KEY2_TOS) >> in niu_get_ip4fs_from_tcam_key()
7134 fsp->m_u.tcp_ip4_spec.tos = (tp->key_mask[2] & TCAM_V4KEY2_TOS) >> in niu_get_ip4fs_from_tcam_key()
7137 switch (fsp->flow_type) { in niu_get_ip4fs_from_tcam_key()
7143 fsp->h_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
7147 fsp->h_u.tcp_ip4_spec.pdst = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
[all …]
/linux/drivers/infiniband/hw/cxgb4/
H A Drestrack.c139 struct t4_swsqe *fsp = NULL, *lsp = NULL; in c4iw_fill_res_qp_entry() local
162 fsp = &first_sqe; in c4iw_fill_res_qp_entry()
176 if (fill_swsqes(msg, &wq.sq, first_sq_idx, fsp, last_sq_idx, lsp)) in c4iw_fill_res_qp_entry()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3093 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_add_ipaddr() local
3099 if ((fsp->flow_type != TCP_V4_FLOW) || in mtk_hwlro_add_ipaddr()
3100 (!fsp->h_u.tcp_ip4_spec.ip4dst) || in mtk_hwlro_add_ipaddr()
3101 (fsp->location > 1)) in mtk_hwlro_add_ipaddr()
3104 mac->hwlro_ip[fsp->location] = htonl(fsp->h_u.tcp_ip4_spec.ip4dst); in mtk_hwlro_add_ipaddr()
3105 hwlro_idx = (mac->id * MTK_MAX_LRO_IP_CNT) + fsp->location; in mtk_hwlro_add_ipaddr()
3109 mtk_hwlro_val_ipaddr(eth, hwlro_idx, mac->hwlro_ip[fsp->location]); in mtk_hwlro_add_ipaddr()
3117 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_del_ipaddr() local
3123 if (fsp in mtk_hwlro_del_ipaddr()
3156 struct ethtool_rx_flow_spec *fsp = mtk_hwlro_get_fdir_entry() local
[all...]
/linux/Documentation/hwmon/
H A Dindex.rst82 fsp-3y
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c2692 .fsp = { 0x00000001, gh100_fsp_new },
2812 .fsp = { 0x00000001, gb100_fsp_new },
2827 .fsp = { 0x00000001, gb100_fsp_new },
2842 .fsp = { 0x00000001, gb202_fsp_new },
2858 .fsp = { 0x00000001, gb202_fsp_new },
2874 .fsp = { 0x00000001, gb202_fsp_new },
2890 .fsp = { 0x00000001, gb202_fsp_new },
2906 .fsp = { 0x00000001, gb202_fsp_new },
/linux/drivers/scsi/
H A Dscsi_debug.c4230 u8 *fsp; in do_device_access()
4255 fsp = sip->storep; in do_device_access()
4265 fsp + (block * sdebug_sector_size), in do_device_access()
4303 u8 *fsp = sip->storep;
4309 res = !memcmp(fsp + (block * lb_size), arr, (num - rest) * lb_size); in comp_write_worker()
4313 res = memcmp(fsp, arr + ((num - rest) * lb_size), in comp_write_worker()
4320 memcpy(fsp + (block * lb_size), arr, (num - rest) * lb_size); in comp_write_worker()
4322 memcpy(fsp, arr + ((num - rest) * lb_size), rest * lb_size); in comp_write_worker()
4825 u8 *fsp = sip->storep; in map_region()
4835 memset(fsp in unmap_region()
4238 u8 *fsp; do_device_access() local
4311 u8 *fsp = sip->storep; comp_write_worker() local
4833 u8 *fsp = sip->storep; unmap_region() local
5260 u8 *fsp; resp_write_same() local
5677 u8 *fsp = sip->storep; resp_pre_fetch() local
[all...]