Searched refs:spp_flags (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/target/tcm_fc/
H A Dtfc_sess.c361 if (rspp->spp_flags & (FC_SPP_OPA_VAL | FC_SPP_RPA_VAL))
375 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) {
376 spp->spp_flags |= FC_SPP_EST_IMG_PAIR;
382 spp->spp_flags &= ~FC_SPP_EST_IMG_PAIR;
430 rdata->ids.port_id, rspp ? rspp->spp_flags : 0, ret);
/linux-master/drivers/scsi/libfc/
H A Dfc_rport.c1162 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK);
1163 FC_RPORT_DBG(rdata, "PRLI spp_flags = 0x%x spp_type 0x%x\n",
1164 pp->spp.spp_flags, pp->spp.spp_type);
1200 !(pp->spp.spp_flags & FC_SPP_EST_IMG_PAIR)) {
2047 if (spp->spp_flags & FC_SPP_EST_IMG_PAIR)
2052 spp->spp_flags |= resp;
2129 spp->spp_flags = FC_SPP_RESP_ACK;
2195 * Returns the value for the response code to be placed in spp_flags;
2218 spp->spp_flags |= rspp->spp_flags
[all...]
H A Dfc_encode.h883 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR;
/linux-master/net/sctp/
H A Dsocket.c2304 * uint32_t spp_flags;
2336 * spp_flags - These flags are used to control various features
2436 if (params->spp_flags & SPP_HB_DEMAND && trans) {
2447 if (params->spp_flags & SPP_HB_ENABLE) {
2453 if (params->spp_flags & SPP_HB_TIME_IS_ZERO)
2457 (params->spp_flags & SPP_HB_TIME_IS_ZERO)) {
2485 * be the "fixed" path mtu (i.e. the value of the spp_flags field must
2489 if ((params->spp_flags & SPP_PMTUD_DISABLE) && params->spp_pathmtu) {
2503 (params->spp_flags & SPP_PMTUD_ENABLE);
2524 if ((params->spp_flags
[all...]
/linux-master/drivers/scsi/elx/libefc/
H A Defc_els.c507 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR;
740 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR | FC_SPP_RESP_ACK;
782 pp->spp.spp_flags = FC_SPP_RESP_ACK;
H A Defc_device.c366 node->init = (pp->sp.spp_flags & FCP_SPPF_INIT_FCN) != 0;
367 node->targ = (pp->sp.spp_flags & FCP_SPPF_TARG_FCN) != 0;
/linux-master/include/uapi/scsi/fc/
H A Dfc_els.h426 __u8 spp_flags; member in struct:fc_els_spp
434 * spp_flags.
442 * SPP response code in spp_flags - lower 4 bits.
/linux-master/include/uapi/linux/
H A Dsctp.h813 __u32 spp_flags; member in struct:sctp_paddrparams

Completed in 374 milliseconds