Home
last modified time | relevance | path

Searched refs:rec_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c446 if (rec->rec_type == 0) /* not set yet, it's uninitialized */ in lnet_res_container_cleanup()
453 if (rec->rec_type == LNET_COOKIE_TYPE_EQ) { in lnet_res_container_cleanup()
456 } else if (rec->rec_type == LNET_COOKIE_TYPE_MD) { in lnet_res_container_cleanup()
470 count, lnet_res_type2str(rec->rec_type)); in lnet_res_container_cleanup()
482 rec->rec_type = 0; /* mark it as finalized */ in lnet_res_container_cleanup()
492 LASSERT(rec->rec_type == 0); in lnet_res_container_setup()
494 rec->rec_type = type; in lnet_res_container_setup()
571 if ((cookie & LNET_COOKIE_MASK) != rec->rec_type) in lnet_res_lh_lookup()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h638 unsigned int rec_type; /* container type */ member
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_hbadisc.c6342 lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) in lpfc_get_rec_conf23() argument
6358 if (buff[offset] == rec_type) in lpfc_get_rec_conf23()