/openbmc/linux/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 134 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 …]
|
H A D | fc_exch.c | 2186 struct fc_fcp_pkt *fsp = NULL; in fc_exch_seq_send() local
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_filters.c | 9 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 …]
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_rxnfc.c | 97 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
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool_fdir.c | 118 struct ethtool_rx_flow_spec *fsp; in ice_get_ethtool_fdir_entry() local 481 ice_parse_rx_flow_user_data(struct ethtool_rx_flow_spec * fsp,struct ice_rx_flow_userdef * data) ice_parse_rx_flow_user_data() argument 1203 ice_cfg_fdir_xtrct_seq(struct ice_pf * pf,struct ethtool_rx_flow_spec * fsp,struct ice_rx_flow_userdef * user) ice_cfg_fdir_xtrct_seq() argument 1629 struct ethtool_rx_flow_spec *fsp = ice_del_fdir_ethtool() local 1694 ice_set_fdir_input_set(struct ice_vsi * vsi,struct ethtool_rx_flow_spec * fsp,struct ice_fdir_fltr * input) ice_set_fdir_input_set() argument 1843 struct ethtool_rx_flow_spec *fsp; ice_add_fdir_ethtool() local [all...] |
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 994 iavf_parse_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in iavf_parse_rx_flow_user_data() 1040 iavf_fill_rx_flow_ext_data(struct ethtool_rx_flow_spec *fsp, in iavf_fill_rx_flow_ext_data() 1063 struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in iavf_get_ethtool_fdir_entry() local 1240 iavf_add_fdir_fltr_info(struct iavf_adapter *adapter, struct ethtool_rx_flow_spec *fsp, in iavf_add_fdir_fltr_info() 1396 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in iavf_add_fdir_ethtool() local 1469 struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; in iavf_del_fdir_ethtool() local
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_flows.c | 538 static int otx2_prepare_ipv4_flow(struct ethtool_rx_flow_spec *fsp, in otx2_prepare_ipv4_flow() 697 static int otx2_prepare_ipv6_flow(struct ethtool_rx_flow_spec *fsp, in otx2_prepare_ipv6_flow() 823 static int otx2_prepare_flow_request(struct ethtool_rx_flow_spec *fsp, in otx2_prepare_flow_request() 951 struct ethtool_rx_flow_spec *fsp) in otx2_is_flow_rule_dmacfilter() 1096 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in otx2_add_flow() local
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ethtool.c | 964 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in igc_ethtool_get_nfc_rule() local 1218 const struct ethtool_rx_flow_spec *fsp) in igc_ethtool_init_nfc_rule() 1327 struct ethtool_rx_flow_spec *fsp = in igc_ethtool_add_nfc_rule() local 1404 struct ethtool_rx_flow_spec *fsp = in igc_ethtool_del_nfc_rule() local
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 3253 static int i40e_parse_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in i40e_parse_rx_flow_user_data() 3293 static void i40e_fill_rx_flow_user_data(struct ethtool_rx_flow_spec *fsp, in i40e_fill_rx_flow_user_data() 3360 struct ethtool_rx_flow_spec *fsp = in i40e_get_ethtool_fdir_entry() local 3869 struct ethtool_rx_flow_spec *fsp = in i40e_del_fdir_entry() local 4136 static const char *i40e_flow_str(struct ethtool_rx_flow_spec *fsp) in i40e_flow_str() 4287 struct ethtool_rx_flow_spec *fsp, in i40e_check_fdir_input_set() 4793 struct ethtool_rx_flow_spec *fsp; in i40e_add_fdir_ethtool() local
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | restrack.c | 139 struct t4_swsqe *fsp = NULL, *lsp = NULL; in c4iw_fill_res_qp_entry() local
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pel_types.hpp | 56 fsp = 'E', enumerator
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ethtool.c | 2537 struct ethtool_rx_flow_spec *fsp = in ixgbe_get_ethtool_fdir_entry() local 2765 static int ixgbe_flowspec_to_flow_type(struct ethtool_rx_flow_spec *fsp, in ixgbe_flowspec_to_flow_type() 2809 struct ethtool_rx_flow_spec *fsp = in ixgbe_add_ethtool_fdir_entry() local 2939 struct ethtool_rx_flow_spec *fsp = in ixgbe_del_ethtool_fdir_entry() local
|
/openbmc/linux/tools/perf/util/ |
H A D | probe-finder.c | 760 struct find_scope_param *fsp = data; in find_best_scope_cb() local 793 struct find_scope_param *fsp = data; in find_inner_scope_cb() local 803 struct find_scope_param fsp = { in find_best_scope() local
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 2441 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in igb_get_ethtool_nfc_entry() local 2904 struct ethtool_rx_flow_spec *fsp = in igb_add_ethtool_nfc_entry() local 3000 struct ethtool_rx_flow_spec *fsp = in igb_del_ethtool_nfc_entry() local
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_ethtool.c | 414 struct ethtool_rx_flow_spec *fsp = in enic_grxclsrule() local
|
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_filter.c | 1320 struct ethtool_rx_flow_spec *fsp = &cmd->fs; in qede_get_cls_rule_entry() local 2019 struct ethtool_rx_flow_spec *fsp = &info->fs; in qede_add_cls_rule() local
|
/openbmc/linux/include/scsi/ |
H A D | libfc.h | 358 struct fc_fcp_pkt *fsp; member 887 static inline bool fc_fcp_is_read(const struct fc_fcp_pkt *fsp) in fc_fcp_is_read()
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 2902 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_add_ipaddr() local 2926 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_del_ipaddr() local 2965 struct ethtool_rx_flow_spec *fsp = in mtk_hwlro_get_fdir_entry() local
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_debug.c | 3012 u8 *fsp; in do_device_access() local 3070 u8 *fsp = sip->storep; in comp_write_worker() local 3554 u8 *fsp = sip->storep; in unmap_region() local 3889 u8 *fsp; in resp_write_same() local 4249 u8 *fsp = sip->storep; in resp_pre_fetch() local
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | niu.c | 7093 struct ethtool_rx_flow_spec *fsp) in niu_get_ip4fs_from_tcam_key() 7173 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in niu_get_ethtool_tcam_entry() local 7359 static void niu_get_tcamkey_from_ip4fs(struct ethtool_rx_flow_spec *fsp, in niu_get_tcamkey_from_ip4fs() 7432 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in niu_add_ethtool_tcam_entry() local
|