Searched refs:rec_type (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lnet/lnet/ |
D | api-ni.c | 378 if (!rec->rec_type) /* not set yet, it's uninitialized */ in lnet_res_container_cleanup() 385 if (rec->rec_type == LNET_COOKIE_TYPE_EQ) { in lnet_res_container_cleanup() 388 } else if (rec->rec_type == LNET_COOKIE_TYPE_MD) { in lnet_res_container_cleanup() 404 count, lnet_res_type2str(rec->rec_type)); in lnet_res_container_cleanup() 413 rec->rec_type = 0; /* mark it as finalized */ in lnet_res_container_cleanup() 422 LASSERT(!rec->rec_type); in lnet_res_container_setup() 424 rec->rec_type = type; in lnet_res_container_setup() 494 if ((cookie & LNET_COOKIE_MASK) != rec->rec_type) in lnet_res_lh_lookup()
|
/drivers/staging/lustre/include/linux/lnet/ |
D | lib-types.h | 524 unsigned int rec_type; /* container type */ member
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 347 MLXSW_ITEM32_INDEXED(reg, sfd, rec_type, MLXSW_REG_SFD_BASE_LEN, 20, 4, 434 enum mlxsw_reg_sfd_rec_type rec_type, in mlxsw_reg_sfd_rec_pack() argument 443 mlxsw_reg_sfd_rec_type_set(payload, rec_index, rec_type); in mlxsw_reg_sfd_rec_pack() 640 MLXSW_ITEM32_INDEXED(reg, sfn, rec_type, MLXSW_REG_SFN_BASE_LEN, 20, 4, 4405 MLXSW_ITEM32_INDEXED(reg, rauhtd, rec_type, MLXSW_REG_RAUHTD_BASE_LEN, 24, 2,
|
/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 6380 lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) in lpfc_get_rec_conf23() argument 6396 if (buff[offset] == rec_type) in lpfc_get_rec_conf23()
|