Searched defs:fsp (Results 1 - 6 of 6) sorted by last modified time

/drivers/scsi/libfc/
H A Dfc_exch.c2083 struct fc_fcp_pkt *fsp = NULL; local
2107 fsp = fr_fsp(fp);
2123 if (fsp)
2124 fc_fcp_ddp_done(fsp);
H A Dfc_fcp.c149 struct fc_fcp_pkt *fsp; local
151 fsp = mempool_alloc(si->scsi_pkt_pool, gfp);
152 if (fsp) {
153 memset(fsp, 0, sizeof(*fsp));
154 fsp->lp = lport;
155 fsp->xfer_ddp = FC_XID_UNKNOWN;
156 atomic_set(&fsp->ref_cnt, 1);
157 init_timer(&fsp->timer);
158 fsp
175 fc_fcp_pkt_release(struct fc_fcp_pkt *fsp) argument
188 fc_fcp_pkt_hold(struct fc_fcp_pkt *fsp) argument
204 fc_fcp_pkt_destroy(struct fc_seq *seq, void *fsp) argument
226 fc_fcp_lock_pkt(struct fc_fcp_pkt *fsp) argument
243 fc_fcp_unlock_pkt(struct fc_fcp_pkt *fsp) argument
254 fc_fcp_timer_set(struct fc_fcp_pkt *fsp, unsigned long delay) argument
265 fc_fcp_send_abort(struct fc_fcp_pkt *fsp) argument
286 fc_fcp_retry_cmd(struct fc_fcp_pkt *fsp) argument
304 fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid) argument
322 fc_fcp_ddp_done(struct fc_fcp_pkt *fsp) argument
441 fc_fcp_recv_data(struct fc_fcp_pkt *fsp, struct fc_frame *fp) argument
559 fc_fcp_send_data(struct fc_fcp_pkt *fsp, struct fc_seq *seq, size_t offset, size_t seq_blen) argument
706 fc_fcp_abts_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp) argument
752 struct fc_fcp_pkt *fsp = (struct fc_fcp_pkt *)arg; local
820 fc_fcp_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp) argument
941 fc_fcp_complete_locked(struct fc_fcp_pkt *fsp) argument
1001 fc_fcp_cleanup_cmd(struct fc_fcp_pkt *fsp, int error) argument
1025 struct fc_fcp_pkt *fsp; local
1076 fc_fcp_pkt_send(struct fc_lport *lport, struct fc_fcp_pkt *fsp) argument
1109 get_fsp_rec_tov(struct fc_fcp_pkt *fsp) argument
1122 fc_fcp_cmd_send(struct fc_lport *lport, struct fc_fcp_pkt *fsp, void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg)) argument
1176 fc_fcp_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) argument
1205 fc_fcp_pkt_abort(struct fc_fcp_pkt *fsp) argument
1239 struct fc_fcp_pkt *fsp = (struct fc_fcp_pkt *)data; local
1261 fc_lun_reset(struct fc_lport *lport, struct fc_fcp_pkt *fsp, unsigned int id, unsigned int lun) argument
1317 struct fc_fcp_pkt *fsp = arg; local
1372 struct fc_fcp_pkt *fsp = (struct fc_fcp_pkt *)data; local
1399 fc_fcp_rec(struct fc_fcp_pkt *fsp) argument
1450 struct fc_fcp_pkt *fsp = (struct fc_fcp_pkt *)arg; local
1587 fc_fcp_rec_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) argument
1628 fc_fcp_recovery(struct fc_fcp_pkt *fsp, u8 code) argument
1647 fc_fcp_srr(struct fc_fcp_pkt *fsp, enum fc_rctl r_ctl, u32 offset) argument
1705 struct fc_fcp_pkt *fsp = arg; local
1750 fc_fcp_srr_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) argument
1794 struct fc_fcp_pkt *fsp; local
1885 fc_io_compl(struct fc_fcp_pkt *fsp) argument
2021 struct fc_fcp_pkt *fsp; local
2075 struct fc_fcp_pkt *fsp; local
[all...]
/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c312 struct ethtool_rx_flow_spec *fsp = local
316 n = htbl_fltr_search(enic, (u16)fsp->location);
321 fsp->flow_type = TCP_V4_FLOW;
324 fsp->flow_type = UDP_V4_FLOW;
331 fsp->h_u.tcp_ip4_spec.ip4src = n->keys.src;
332 fsp->m_u.tcp_ip4_spec.ip4src = (__u32)~0;
334 fsp->h_u.tcp_ip4_spec.ip4dst = n->keys.dst;
335 fsp->m_u.tcp_ip4_spec.ip4dst = (__u32)~0;
337 fsp->h_u.tcp_ip4_spec.psrc = n->keys.port16[0];
338 fsp
[all...]
/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1692 struct ethtool_rx_flow_spec *fsp = local
1699 if (fsp->location <= rule->fd_id)
1703 if (!rule || fsp->location != rule->fd_id)
1706 fsp->flow_type = rule->flow_type;
1707 if (fsp->flow_type == IP_USER_FLOW) {
1708 fsp->h_u.usr_ip4_spec.ip_ver = ETH_RX_NFC_IP4;
1709 fsp->h_u.usr_ip4_spec.proto = 0;
1710 fsp->m_u.usr_ip4_spec.proto = 0;
1716 fsp->h_u.tcp_ip4_spec.psrc = rule->dst_port;
1717 fsp
1983 struct ethtool_rx_flow_spec *fsp = local
2012 struct ethtool_rx_flow_spec *fsp; local
[all...]
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2315 struct ethtool_rx_flow_spec *fsp = local
2325 if (fsp->location <= rule->sw_idx)
2329 if (!rule || fsp->location != rule->sw_idx)
2337 fsp->flow_type = TCP_V4_FLOW;
2340 fsp->flow_type = UDP_V4_FLOW;
2343 fsp->flow_type = SCTP_V4_FLOW;
2346 fsp->flow_type = IP_USER_FLOW;
2347 fsp->h_u.usr_ip4_spec.ip_ver = ETH_RX_NFC_IP4;
2348 fsp->h_u.usr_ip4_spec.proto = 0;
2349 fsp
2534 ixgbe_flowspec_to_flow_type(struct ethtool_rx_flow_spec *fsp, u8 *flow_type) argument
2577 struct ethtool_rx_flow_spec *fsp = local
2693 struct ethtool_rx_flow_spec *fsp = local
[all...]
/drivers/net/ethernet/sun/
H A Dniu.c7109 struct ethtool_rx_flow_spec *fsp)
7115 fsp->h_u.tcp_ip4_spec.ip4src = cpu_to_be32(tmp);
7118 fsp->h_u.tcp_ip4_spec.ip4dst = cpu_to_be32(tmp);
7121 fsp->m_u.tcp_ip4_spec.ip4src = cpu_to_be32(tmp);
7124 fsp->m_u.tcp_ip4_spec.ip4dst = cpu_to_be32(tmp);
7126 fsp->h_u.tcp_ip4_spec.tos = (tp->key[2] & TCAM_V4KEY2_TOS) >>
7128 fsp->m_u.tcp_ip4_spec.tos = (tp->key_mask[2] & TCAM_V4KEY2_TOS) >>
7131 switch (fsp->flow_type) {
7137 fsp->h_u.tcp_ip4_spec.psrc = cpu_to_be16(prt);
7141 fsp
7108 niu_get_ip4fs_from_tcam_key(struct niu_tcam_entry *tp, struct ethtool_rx_flow_spec *fsp) argument
7189 struct ethtool_rx_flow_spec *fsp = &nfc->fs; local
7377 niu_get_tcamkey_from_ip4fs(struct ethtool_rx_flow_spec *fsp, struct niu_tcam_entry *tp, int l2_rdc_tab, u64 class) argument
7450 struct ethtool_rx_flow_spec *fsp = &nfc->fs; local
[all...]

Completed in 304 milliseconds