Searched refs:base_idx (Results 1 – 8 of 8) sorted by relevance
| /linux/security/apparmor/ |
| H A D | match.c | 23 #define base_idx(X) ((X) & 0xffffff) macro 178 if (base_idx(BASE_TABLE(dfa)[i]) < dfa->max_oob) { in verify_dfa() 187 if (base_idx(BASE_TABLE(dfa)[i]) + 255 >= trans_count) { in verify_dfa() 439 unsigned int pos = base_idx(b) + (C); \ 621 pos = base_idx(base[state]) + equiv[(u8) *str++]; in aa_dfa_match_until() 632 pos = base_idx(base[state]) + (u8) *str++; in aa_dfa_match_until() 683 pos = base_idx(base[state]) + equiv[(u8) *str++]; in aa_dfa_matchn_until() 694 pos = base_idx(base[state]) + (u8) *str++; in aa_dfa_matchn_until() 767 pos = base_idx(base[state]) + equiv[(u8) *str++]; in leftmatch_fb() 786 pos = base_idx(base[state]) + (u8) *str++; in leftmatch_fb()
|
| /linux/drivers/ntb/hw/intel/ |
| H A D | ntb_hw_gen4.c | 352 unsigned short base_idx, reg_val16; in intel_ntb4_mw_set_trans() local 396 base_idx = __ilog2_u64(size); in intel_ntb4_mw_set_trans() 399 base_idx = __ilog2_u64(mw_size); in intel_ntb4_mw_set_trans() 426 iowrite16(base_idx, mmio + idx_reg); in intel_ntb4_mw_set_trans() 428 if (reg_val16 != base_idx) { in intel_ntb4_mw_set_trans()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice.h | 910 #define ICE_FD_STAT_PF_IDX(base_idx) \ argument 911 ((base_idx) * ICE_FD_STAT_CTR_BLOCK_COUNT) 912 #define ICE_FD_SB_STAT_IDX(base_idx) ICE_FD_STAT_PF_IDX(base_idx) argument 914 #define ICE_FD_CH_STAT_IDX(base_idx) \ argument 915 (ICE_FD_STAT_PF_IDX(base_idx) + ICE_FD_STAT_CH)
|
| H A D | ice_ptp_hw.h | 367 int ice_get_cgu_rclk_pin_info(struct ice_hw *hw, u8 *base_idx, u8 *pin_num);
|
| /linux/drivers/net/ethernet/chelsio/libcxgb/ |
| H A D | libcxgb_ppm.h | 137 unsigned int base_idx; member 249 return hw_idx - ppm->base_idx; in cxgbi_ppm_ddp_tag_get_idx()
|
| H A D | libcxgb_ppm.c | 275 hwidx = ppm->base_idx + idx; in cxgbi_ppm_ppods_reserve() 480 ppm->base_idx = start > llimit ? in cxgbi_ppm_init() 504 ndev->name, ppm_pp, ppm, ppm->base_idx, ppm->ppmax, PAGE_SIZE, in cxgbi_ppm_init()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_utils.c | 870 int idx, base_idx; in htab_dt_scan_page_sizes() local 873 base_idx = get_idx_from_shift(base_shift); in htab_dt_scan_page_sizes() 874 if (base_idx < 0) { in htab_dt_scan_page_sizes() 879 def = &mmu_psize_defs[base_idx]; in htab_dt_scan_page_sizes() 880 if (base_idx == MMU_PAGE_16M) in htab_dt_scan_page_sizes() 893 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 23261 u16 base_idx[2], curr_gain[2]; in wlc_phy_get_tx_gain_nphy() local 23311 base_idx[0] = (read_phy_reg(pi, 0x1ed) >> 8) & 0x7f; in wlc_phy_get_tx_gain_nphy() 23312 base_idx[1] = (read_phy_reg(pi, 0x1ee) >> 8) & 0x7f; in wlc_phy_get_tx_gain_nphy() 23320 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23324 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23328 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23332 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23336 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23341 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() 23345 [base_idx[core_no]] in wlc_phy_get_tx_gain_nphy() [all …]
|