Searched refs:rec_type (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | api-ni.c | 388 if (rec->rec_type == 0) /* not set yet, it's uninitialized */ in lnet_res_container_cleanup() 395 if (rec->rec_type == LNET_COOKIE_TYPE_EQ) { in lnet_res_container_cleanup() 398 } else if (rec->rec_type == LNET_COOKIE_TYPE_MD) { in lnet_res_container_cleanup() 412 count, lnet_res_type2str(rec->rec_type)); in lnet_res_container_cleanup() 421 rec->rec_type = 0; /* mark it as finalized */ in lnet_res_container_cleanup() 430 LASSERT(rec->rec_type == 0); in lnet_res_container_setup() 432 rec->rec_type = type; in lnet_res_container_setup() 502 if ((cookie & LNET_COOKIE_MASK) != rec->rec_type) in lnet_res_lh_lookup()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | lib-types.h | 494 unsigned int rec_type; /* container type */ member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 295 MLXSW_ITEM32_INDEXED(reg, sfd, rec_type, MLXSW_REG_SFD_BASE_LEN, 20, 4, 467 MLXSW_ITEM32_INDEXED(reg, sfn, rec_type, MLXSW_REG_SFN_BASE_LEN, 20, 4,
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 6368 lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) in lpfc_get_rec_conf23() argument 6384 if (buff[offset] == rec_type) in lpfc_get_rec_conf23()
|