Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/libfc/
Dfc_fcp.c149 struct fc_fcp_pkt *fsp; in fc_fcp_pkt_alloc() local
172 static void fc_fcp_pkt_release(struct fc_fcp_pkt *fsp) in fc_fcp_pkt_release()
185 static void fc_fcp_pkt_hold(struct fc_fcp_pkt *fsp) in fc_fcp_pkt_hold()
201 static void fc_fcp_pkt_destroy(struct fc_seq *seq, void *fsp) in fc_fcp_pkt_destroy()
223 static inline int fc_fcp_lock_pkt(struct fc_fcp_pkt *fsp) in fc_fcp_lock_pkt()
240 static inline void fc_fcp_unlock_pkt(struct fc_fcp_pkt *fsp) in fc_fcp_unlock_pkt()
251 static void fc_fcp_timer_set(struct fc_fcp_pkt *fsp, unsigned long delay) in fc_fcp_timer_set()
262 static int fc_fcp_send_abort(struct fc_fcp_pkt *fsp) in fc_fcp_send_abort()
280 static void fc_fcp_retry_cmd(struct fc_fcp_pkt *fsp) in fc_fcp_retry_cmd()
298 void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid) in fc_fcp_ddp_setup()
[all …]
Dfc_exch.c1988 struct fc_fcp_pkt *fsp = NULL; in fc_exch_seq_send() local
/linux-3.3/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2242 struct ethtool_rx_flow_spec *fsp = in ixgbe_get_ethtool_fdir_entry() local
2416 static int ixgbe_flowspec_to_flow_type(struct ethtool_rx_flow_spec *fsp, in ixgbe_flowspec_to_flow_type()
2459 struct ethtool_rx_flow_spec *fsp = in ixgbe_add_ethtool_fdir_entry() local
2575 struct ethtool_rx_flow_spec *fsp = in ixgbe_del_ethtool_fdir_entry() local
/linux-3.3/tools/perf/util/
Dprobe-finder.c777 struct find_scope_param *fsp = data; in find_best_scope_cb() local
810 struct find_scope_param fsp = { in find_best_scope() local
/linux-3.3/drivers/net/ethernet/sun/
Dniu.c7114 struct ethtool_rx_flow_spec *fsp) in niu_get_ip4fs_from_tcam_key()
7194 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in niu_get_ethtool_tcam_entry() local
7382 static void niu_get_tcamkey_from_ip4fs(struct ethtool_rx_flow_spec *fsp, in niu_get_tcamkey_from_ip4fs()
7455 struct ethtool_rx_flow_spec *fsp = &nfc->fs; in niu_add_ethtool_tcam_entry() local
/linux-3.3/include/scsi/
Dlibfc.h1023 static inline bool fc_fcp_is_read(const struct fc_fcp_pkt *fsp) in fc_fcp_is_read()