Home
last modified time | relevance | path

Searched refs:spp_flags (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/target/tcm_fc/
H A Dtfc_sess.c361 if (rspp->spp_flags & (FC_SPP_OPA_VAL | FC_SPP_RPA_VAL)) in ft_prli_locked()
375 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) { in ft_prli_locked()
376 spp->spp_flags |= FC_SPP_EST_IMG_PAIR; in ft_prli_locked()
382 spp->spp_flags &= ~FC_SPP_EST_IMG_PAIR; in ft_prli_locked()
430 rdata->ids.port_id, rspp ? rspp->spp_flags : 0, ret); in ft_prli()
/linux/drivers/scsi/libfc/
H A Dfc_rport.c1162 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp()
1163 FC_RPORT_DBG(rdata, "PRLI spp_flags = 0x%x spp_type 0x%x\n", in fc_rport_prli_resp()
1164 pp->spp.spp_flags, pp->spp.spp_type); in fc_rport_prli_resp()
1200 !(pp->spp.spp_flags & FC_SPP_EST_IMG_PAIR)) { in fc_rport_prli_resp()
2047 if (spp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_recv_prli_req()
2052 spp->spp_flags |= resp; in fc_rport_recv_prli_req()
2129 spp->spp_flags = FC_SPP_RESP_ACK; in fc_rport_recv_prlo_req()
2195 * Returns the value for the response code to be placed in spp_flags;
2218 spp->spp_flags |= rspp->spp_flags in fc_rport_fcp_prli()
[all...]
H A Dfc_encode.h883 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill()
/linux/net/sctp/
H A Dsocket.c2305 * uint32_t spp_flags;
2337 * spp_flags - These flags are used to control various features
2437 if (params->spp_flags & SPP_HB_DEMAND && trans) { in sctp_apply_peer_addr_params()
2448 if (params->spp_flags & SPP_HB_ENABLE) { in sctp_apply_peer_addr_params()
2454 if (params->spp_flags & SPP_HB_TIME_IS_ZERO) in sctp_apply_peer_addr_params()
2458 (params->spp_flags & SPP_HB_TIME_IS_ZERO)) { in sctp_apply_peer_addr_params()
2486 * be the "fixed" path mtu (i.e. the value of the spp_flags field must in sctp_apply_peer_addr_params()
2490 if ((params->spp_flags & SPP_PMTUD_DISABLE) && params->spp_pathmtu) { in sctp_apply_peer_addr_params()
2504 (params->spp_flags & SPP_PMTUD_ENABLE); in sctp_apply_peer_addr_params()
2525 if ((params->spp_flags in sctp_apply_peer_addr_params()
[all...]
/linux/drivers/scsi/elx/libefc/
H A Defc_els.c507 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in efc_send_prli()
740 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR | FC_SPP_RESP_ACK; in efc_send_prli_acc()
782 pp->spp.spp_flags = FC_SPP_RESP_ACK; in efc_send_prlo_acc()
H A Defc_device.c366 node->init = (pp->sp.spp_flags & FCP_SPPF_INIT_FCN) != 0; in efc_process_prli_payload()
367 node->targ = (pp->sp.spp_flags & FCP_SPPF_TARG_FCN) != 0; in efc_process_prli_payload()
/linux/include/uapi/scsi/fc/
H A Dfc_els.h426 __u8 spp_flags; member
434 * spp_flags.
442 * SPP response code in spp_flags - lower 4 bits.
/linux/include/uapi/linux/
H A Dsctp.h813 __u32 spp_flags; member
/linux/drivers/scsi/fnic/
H A Dfdls_disc.c1510 .sp = {.spp_type = 0x08, .spp_flags = 0x0020, in fdls_send_tgt_prli()