Searched refs:rec_type (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
H A D | api-ni.c | 388 if (rec->rec_type == 0) /* not set yet, it's uninitialized */ lnet_res_container_cleanup() 395 if (rec->rec_type == LNET_COOKIE_TYPE_EQ) { lnet_res_container_cleanup() 398 } else if (rec->rec_type == LNET_COOKIE_TYPE_MD) { lnet_res_container_cleanup() 412 count, lnet_res_type2str(rec->rec_type)); lnet_res_container_cleanup() 421 rec->rec_type = 0; /* mark it as finalized */ lnet_res_container_cleanup() 430 LASSERT(rec->rec_type == 0); lnet_res_container_setup() 432 rec->rec_type = type; lnet_res_container_setup() 502 if ((cookie & LNET_COOKIE_MASK) != rec->rec_type) lnet_res_lh_lookup()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
H A D | lib-types.h | 494 unsigned int rec_type; /* container type */ member in struct:lnet_res_container
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
H A 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/ |
H A D | lpfc_hbadisc.c | 6361 * @rec_type: Record type to be searched. 6368 lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) lpfc_get_rec_conf23() argument 6384 if (buff[offset] == rec_type) lpfc_get_rec_conf23()
|
Completed in 248 milliseconds