Searched refs:_region (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum1_acl_tcam.c | 115 struct mlxsw_sp_acl_tcam_region *_region) in mlxsw_sp1_acl_tcam_region_init() argument 121 _region, in mlxsw_sp1_acl_tcam_region_init() 128 region->region = _region; in mlxsw_sp1_acl_tcam_region_init() 197 struct mlxsw_sp_acl_tcam_region *_region, in mlxsw_sp1_acl_tcam_region_entry_activity_get() argument 205 _region->tcam_region_info, offset, 0); in mlxsw_sp1_acl_tcam_region_entry_activity_get()
|
D | spectrum2_acl_tcam.c | 142 struct mlxsw_sp_acl_tcam_region *_region) in mlxsw_sp2_acl_tcam_region_init() argument 147 region->region = _region; in mlxsw_sp2_acl_tcam_region_init() 150 ®ion->aregion, _region, in mlxsw_sp2_acl_tcam_region_init()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | cnic.h | 342 #define CDU_VALID_DATA(_cid, _region, _type) \ argument 343 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf))) 345 #define CDU_CRC8(_cid, _region, _type) \ argument 346 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff)) 348 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \ argument 349 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
|
/Linux-v4.19/Documentation/scsi/ |
D | 53c700.txt | 71 the relevant request_*_region function and place the register base 75 you allocated, call the corresponding release_*_region and free the
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_reg.h | 7632 #define CDU_VALID_DATA(_cid, _region, _type)\ argument 7633 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf))) 7634 #define CDU_CRC8(_cid, _region, _type)\ argument 7635 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff)) 7636 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type)\ argument 7637 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f)) 7639 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
|