Searched refs:req_ids (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | strset.c | 87 u32 req_ids; member 124 BUILD_BUG_ON(ETH_SS_COUNT >= BITS_PER_BYTE * sizeof(info->req_ids)); in strset_include() 126 if (info->req_ids) in strset_include() 127 return info->req_ids & (1U << id); in strset_include() 191 req_info->req_ids |= (1U << id); in strset_parse_request() 265 if ((req_info->req_ids & (1U << i)) && in strset_prepare_data()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | strset.c | 112 u32 req_ids; member 149 BUILD_BUG_ON(ETH_SS_COUNT >= BITS_PER_BYTE * sizeof(info->req_ids)); in strset_include() 151 if (info->req_ids) in strset_include() 152 return info->req_ids & (1U << id); in strset_include() 216 req_info->req_ids |= (1U << id); in strset_parse_request() 290 if ((req_info->req_ids & (1U << i)) && in strset_prepare_data()
|
/kernel/linux/linux-5.10/drivers/ntb/hw/mscc/ |
H A D | ntb_hw_switchtec.c | 951 int *req_ids, int count) in config_req_id_table() 973 iowrite32(req_ids[i] << 16 | NTB_CTRL_REQ_ID_EN, in config_req_id_table() 979 req_ids[i] >> 8, (req_ids[i] >> 3) & 0x1F, in config_req_id_table() 980 req_ids[i] & 0x7, (proxy_id >> 4) & 0x1F, in config_req_id_table() 1067 int req_ids[16]; in crosslink_setup_req_ids() local 1071 for (i = 0; i < ARRAY_SIZE(req_ids); i++) { in crosslink_setup_req_ids() 1077 req_ids[i] = ((proxy_id >> 1) & 0xFF); in crosslink_setup_req_ids() 1080 return config_req_id_table(sndev, mmio_ctrl, req_ids, i); in crosslink_setup_req_ids() 1281 int req_ids[ in switchtec_ntb_init_req_id_table() local 949 config_req_id_table(struct switchtec_ntb *sndev, struct ntb_ctrl_regs __iomem *mmio_ctrl, int *req_ids, int count) config_req_id_table() argument [all...] |
/kernel/linux/linux-6.6/drivers/ntb/hw/mscc/ |
H A D | ntb_hw_switchtec.c | 952 int *req_ids, int count) in config_req_id_table() 971 iowrite32(req_ids[i] << 16 | NTB_CTRL_REQ_ID_EN, in config_req_id_table() 977 req_ids[i] >> 8, (req_ids[i] >> 3) & 0x1F, in config_req_id_table() 978 req_ids[i] & 0x7, (proxy_id >> 4) & 0x1F, in config_req_id_table() 1065 int req_ids[16]; in crosslink_setup_req_ids() local 1069 for (i = 0; i < ARRAY_SIZE(req_ids); i++) { in crosslink_setup_req_ids() 1075 req_ids[i] = ((proxy_id >> 1) & 0xFF); in crosslink_setup_req_ids() 1078 return config_req_id_table(sndev, mmio_ctrl, req_ids, i); in crosslink_setup_req_ids() 1279 int req_ids[ in switchtec_ntb_init_req_id_table() local 950 config_req_id_table(struct switchtec_ntb *sndev, struct ntb_ctrl_regs __iomem *mmio_ctrl, int *req_ids, int count) config_req_id_table() argument [all...] |
Completed in 6 milliseconds