Home
last modified time | relevance | path

Searched defs:fsp (Results 1 – 21 of 21) sorted by relevance

/linux-6.14.4/drivers/scsi/libfc/
Dfc_fcp.c134 struct fc_fcp_pkt *fsp; in fc_fcp_pkt_alloc() local
158 static void fc_fcp_pkt_release(struct fc_fcp_pkt *fsp) in fc_fcp_pkt_release()
171 static void fc_fcp_pkt_hold(struct fc_fcp_pkt *fsp) in fc_fcp_pkt_hold()
187 static void fc_fcp_pkt_destroy(struct fc_seq *seq, void *fsp) in fc_fcp_pkt_destroy()
209 static inline int fc_fcp_lock_pkt(struct fc_fcp_pkt *fsp) in fc_fcp_lock_pkt()
226 static inline void fc_fcp_unlock_pkt(struct fc_fcp_pkt *fsp) in fc_fcp_unlock_pkt()
237 static void fc_fcp_timer_set(struct fc_fcp_pkt *fsp, unsigned long delay) in fc_fcp_timer_set()
245 static void fc_fcp_abort_done(struct fc_fcp_pkt *fsp) in fc_fcp_abort_done()
261 static int fc_fcp_send_abort(struct fc_fcp_pkt *fsp) in fc_fcp_send_abort()
298 static void fc_fcp_retry_cmd(struct fc_fcp_pkt *fsp, int status_code) in fc_fcp_retry_cmd()
[all …]
Dfc_exch.c2186 struct fc_fcp_pkt *fsp = NULL; in fc_exch_seq_send() local
/linux-6.14.4/drivers/net/ethernet/aquantia/atlantic/
Daq_filters.c9 aq_rule_is_approve(struct ethtool_rx_flow_spec *fsp) in aq_rule_is_approve()
68 struct ethtool_rx_flow_spec *fsp) in aq_rule_already_exists()
90 struct ethtool_rx_flow_spec *fsp) in aq_check_approve_fl3l4()
127 struct ethtool_rx_flow_spec *fsp) in aq_check_approve_fl2()
154 struct ethtool_rx_flow_spec *fsp) in aq_check_approve_fvlan()
186 struct ethtool_rx_flow_spec *fsp) in aq_check_filter()
235 struct ethtool_rx_flow_spec *fsp) in aq_rule_is_not_support()
265 struct ethtool_rx_flow_spec *fsp) in aq_rule_is_not_correct()
294 struct ethtool_rx_flow_spec *fsp) in aq_check_rule()
312 const struct ethtool_rx_flow_spec *fsp = &aq_rx_fltr->aq_fsp; in aq_set_data_fl2() local
[all …]
/linux-6.14.4/drivers/net/ethernet/google/gve/
Dgve_flow_rule.c11 int gve_fill_ethtool_flow_spec(struct ethtool_rx_flow_spec *fsp, in gve_fill_ethtool_flow_spec()
106 static int gve_generate_flow_rule(struct gve_priv *priv, struct ethtool_rx_flow_spec *fsp, in gve_generate_flow_rule()
199 struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in gve_get_flow_rule_entry() local
265 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in gve_add_flow_rule() local
292 struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in gve_del_flow_rule() local
/linux-6.14.4/drivers/net/ethernet/engleder/
Dtsnep_rxnfc.c97 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in tsnep_rxnfc_get_rule() local
172 const struct ethtool_rx_flow_spec *fsp) in tsnep_rxnfc_init_rule()
205 struct ethtool_rx_flow_spec *fsp = in tsnep_rxnfc_add_rule() local
272 struct ethtool_rx_flow_spec *fsp = in tsnep_rxnfc_del_rule() local
/linux-6.14.4/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_ethtool.c86 struct ethtool_rx_flow_spec *fsp = in txgbe_get_ethtool_fdir_entry() local
201 static int txgbe_flowspec_to_flow_type(struct ethtool_rx_flow_spec *fsp, in txgbe_flowspec_to_flow_type()
326 struct ethtool_rx_flow_spec *fsp = in txgbe_add_ethtool_fdir_entry() local
476 struct ethtool_rx_flow_spec *fsp = in txgbe_del_ethtool_fdir_entry() local
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_ethtool_fdir.c122 struct ethtool_rx_flow_spec *fsp; in ice_get_ethtool_fdir_entry() local
485 ice_parse_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in ice_parse_rx_flow_user_data()
1212 struct ethtool_rx_flow_spec *fsp) in ice_fdir_vlan_valid()
1329 ice_cfg_fdir_xtrct_seq(struct ice_pf *pf, struct ethtool_rx_flow_spec *fsp, in ice_cfg_fdir_xtrct_seq()
1765 struct ethtool_rx_flow_spec *fsp = in ice_del_fdir_ethtool() local
1830 ice_set_fdir_input_set(struct ice_vsi *vsi, struct ethtool_rx_flow_spec *fsp, in ice_set_fdir_input_set()
1983 struct ethtool_rx_flow_spec *fsp; in ice_add_fdir_ethtool() local
/linux-6.14.4/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c853 iavf_parse_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in iavf_parse_rx_flow_user_data()
898 iavf_fill_rx_flow_ext_data(struct ethtool_rx_flow_spec *fsp, in iavf_fill_rx_flow_ext_data()
921 struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in iavf_get_ethtool_fdir_entry() local
1101 iavf_add_fdir_fltr_info(struct iavf_adapter *adapter, struct ethtool_rx_flow_spec *fsp, in iavf_add_fdir_fltr_info()
1257 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in iavf_add_fdir_ethtool() local
1308 struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in iavf_del_fdir_ethtool() local
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c535 static int otx2_prepare_ipv4_flow(struct ethtool_rx_flow_spec *fsp, in otx2_prepare_ipv4_flow()
694 static int otx2_prepare_ipv6_flow(struct ethtool_rx_flow_spec *fsp, in otx2_prepare_ipv6_flow()
820 static int otx2_prepare_flow_request(struct ethtool_rx_flow_spec *fsp, in otx2_prepare_flow_request()
948 struct ethtool_rx_flow_spec *fsp) in otx2_is_flow_rule_dmacfilter()
1093 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in otx2_add_flow() local
/linux-6.14.4/drivers/net/ethernet/intel/igc/
Digc_ethtool.c963 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in igc_ethtool_get_nfc_rule() local
1217 const struct ethtool_rx_flow_spec *fsp) in igc_ethtool_init_nfc_rule()
1326 struct ethtool_rx_flow_spec *fsp = in igc_ethtool_add_nfc_rule() local
1403 struct ethtool_rx_flow_spec *fsp = in igc_ethtool_del_nfc_rule() local
/linux-6.14.4/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c3256 static int i40e_parse_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in i40e_parse_rx_flow_user_data()
3296 static void i40e_fill_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in i40e_fill_rx_flow_user_data()
3363 struct ethtool_rx_flow_spec *fsp = in i40e_get_ethtool_fdir_entry() local
3876 struct ethtool_rx_flow_spec *fsp = in i40e_del_fdir_entry() local
4143 static const char *i40e_flow_str(struct ethtool_rx_flow_spec *fsp) in i40e_flow_str()
4294 struct ethtool_rx_flow_spec *fsp, in i40e_check_fdir_input_set()
4800 struct ethtool_rx_flow_spec *fsp; in i40e_add_fdir_ethtool() local
/linux-6.14.4/drivers/infiniband/hw/cxgb4/
Drestrack.c139 struct t4_swsqe *fsp = NULL, *lsp = NULL; in c4iw_fill_res_qp_entry() local
/linux-6.14.4/tools/perf/util/
Dprobe-finder.c651 struct find_scope_param *fsp = data; in find_best_scope_cb() local
684 struct find_scope_param *fsp = data; in find_inner_scope_cb() local
694 struct find_scope_param fsp = { in find_best_scope() local
/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2542 struct ethtool_rx_flow_spec *fsp = in ixgbe_get_ethtool_fdir_entry() local
2770 static int ixgbe_flowspec_to_flow_type(struct ethtool_rx_flow_spec *fsp, in ixgbe_flowspec_to_flow_type()
2814 struct ethtool_rx_flow_spec *fsp = in ixgbe_add_ethtool_fdir_entry() local
2944 struct ethtool_rx_flow_spec *fsp = in ixgbe_del_ethtool_fdir_entry() local
/linux-6.14.4/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2433 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in igb_get_ethtool_nfc_entry() local
2895 struct ethtool_rx_flow_spec *fsp = in igb_add_ethtool_nfc_entry() local
2991 struct ethtool_rx_flow_spec *fsp = in igb_del_ethtool_nfc_entry() local
/linux-6.14.4/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c496 struct ethtool_rx_flow_spec *fsp = in enic_grxclsrule() local
/linux-6.14.4/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c1320 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in qede_get_cls_rule_entry() local
2043 struct ethtool_rx_flow_spec *fsp = &info->fs; in qede_add_cls_rule() local
/linux-6.14.4/include/scsi/
Dlibfc.h364 struct fc_fcp_pkt *fsp; member
899 static inline bool fc_fcp_is_read(const struct fc_fcp_pkt *fsp) in fc_fcp_is_read()
/linux-6.14.4/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c2929 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_add_ipaddr() local
2953 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_del_ipaddr() local
2992 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_get_fdir_entry() local
/linux-6.14.4/drivers/scsi/
Dscsi_debug.c3653 u8 *fsp; in do_device_access() local
3726 u8 *fsp = sip->storep; in comp_write_worker() local
4156 u8 *fsp = sip->storep; in unmap_region() local
4516 u8 *fsp; in resp_write_same() local
4931 u8 *fsp = sip->storep; in resp_pre_fetch() local
/linux-6.14.4/drivers/net/ethernet/sun/
Dniu.c7099 struct ethtool_rx_flow_spec *fsp) in niu_get_ip4fs_from_tcam_key()
7179 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in niu_get_ethtool_tcam_entry() local
7365 static void niu_get_tcamkey_from_ip4fs(struct ethtool_rx_flow_spec *fsp, in niu_get_tcamkey_from_ip4fs()
7438 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in niu_add_ethtool_tcam_entry() local