/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_mocs.c | 26 u8 uc_index; member 514 table->uc_index = 9; in get_mocs_settings() 520 table->uc_index = 1; in get_mocs_settings() 531 table->uc_index = 1; in get_mocs_settings() 537 table->uc_index = 2; in get_mocs_settings() 543 table->uc_index = 1; in get_mocs_settings() 545 table->uc_index = 1; in get_mocs_settings() 552 table->uc_index = 3; in get_mocs_settings() 557 table->uc_index = 3; in get_mocs_settings() 727 gt->mocs.uc_index in intel_set_mocs_index() [all...] |
H A D | intel_gt_types.h | 276 u8 uc_index; member
|
H A D | intel_migrate.c | 535 int mocs = rq->engine->gt->mocs.uc_index << 1; in emit_copy_ccs() 921 int mocs = rq->engine->gt->mocs.uc_index << 1; in emit_clear()
|
H A D | intel_workarounds.c | 890 mocs = engine->gt->mocs.uc_index; in gen12_ctx_gt_mocs_init() 2395 mocs_r = engine->gt->mocs.uc_index; in engine_fake_wa_init() 2396 mocs_w = engine->gt->mocs.uc_index; in engine_fake_wa_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | cam.c | 164 void rtl_cam_mark_invalid(struct ieee80211_hw *hw, u8 uc_index) in rtl_cam_mark_invalid() argument 189 ul_content = (uc_index & 3) | ((u16) (ul_enc_algo) << 2); in rtl_cam_mark_invalid() 192 ul_command = CAM_CONTENT_COUNT * uc_index; in rtl_cam_mark_invalid() 205 void rtl_cam_empty_entry(struct ieee80211_hw *hw, u8 uc_index) in rtl_cam_empty_entry() argument 235 (uc_index & 0x03) | ((u16) (ul_encalgo) << 2); in rtl_cam_empty_entry() 242 ul_command = CAM_CONTENT_COUNT * uc_index + entry_i; in rtl_cam_empty_entry()
|
H A D | cam.h | 22 void rtl_cam_mark_invalid(struct ieee80211_hw *hw, u8 uc_index); 23 void rtl_cam_empty_entry(struct ieee80211_hw *hw, u8 uc_index);
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | cam.c | 164 void rtl_cam_mark_invalid(struct ieee80211_hw *hw, u8 uc_index) in rtl_cam_mark_invalid() argument 189 ul_content = (uc_index & 3) | ((u16) (ul_enc_algo) << 2); in rtl_cam_mark_invalid() 192 ul_command = CAM_CONTENT_COUNT * uc_index; in rtl_cam_mark_invalid() 205 void rtl_cam_empty_entry(struct ieee80211_hw *hw, u8 uc_index) in rtl_cam_empty_entry() argument 235 (uc_index & 0x03) | ((u16) (ul_encalgo) << 2); in rtl_cam_empty_entry() 242 ul_command = CAM_CONTENT_COUNT * uc_index + entry_i; in rtl_cam_empty_entry()
|
H A D | cam.h | 22 void rtl_cam_mark_invalid(struct ieee80211_hw *hw, u8 uc_index); 23 void rtl_cam_empty_entry(struct ieee80211_hw *hw, u8 uc_index);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | raw.c | 615 ipc.oif = inet->uc_index; in raw_sendmsg() 616 } else if (ipv4_is_lbcast(daddr) && inet->uc_index) { in raw_sendmsg() 618 * and uc_index is set. oif is most likely set in raw_sendmsg() 619 * by sk_bound_dev_if. If uc_index != oif check if the in raw_sendmsg() 620 * oif is an L3 master and uc_index is an L3 slave. in raw_sendmsg() 621 * If so, we want to allow the send using the uc_index. in raw_sendmsg() 623 if (ipc.oif != inet->uc_index && in raw_sendmsg() 625 inet->uc_index)) { in raw_sendmsg() 626 ipc.oif = inet->uc_index; in raw_sendmsg()
|
H A D | ip_sockglue.c | 1120 inet->uc_index = 0; in do_ip_setsockopt() 1137 inet->uc_index = ifindex; in do_ip_setsockopt() 1651 val = (__force int)htonl((__u32) inet->uc_index); in do_ip_getsockopt()
|
H A D | udp.c | 1196 ipc.oif = inet->uc_index; in udp_sendmsg() 1197 } else if (ipv4_is_lbcast(daddr) && inet->uc_index) { in udp_sendmsg() 1199 * uc_index is set. oif is most likely set in udp_sendmsg() 1200 * by sk_bound_dev_if. If uc_index != oif check if the in udp_sendmsg() 1201 * oif is an L3 master and uc_index is an L3 slave. in udp_sendmsg() 1202 * If so, we want to allow the send using the uc_index. in udp_sendmsg() 1204 if (ipc.oif != inet->uc_index && in udp_sendmsg() 1206 inet->uc_index)) { in udp_sendmsg() 1207 ipc.oif = inet->uc_index; in udp_sendmsg()
|
H A D | ping.c | 789 ipc.oif = inet->uc_index; in ping_v4_sendmsg()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | raw.c | 586 ipc.oif = inet->uc_index; in raw_sendmsg() 587 } else if (ipv4_is_lbcast(daddr) && inet->uc_index) { in raw_sendmsg() 589 * and uc_index is set. oif is most likely set in raw_sendmsg() 590 * by sk_bound_dev_if. If uc_index != oif check if the in raw_sendmsg() 591 * oif is an L3 master and uc_index is an L3 slave. in raw_sendmsg() 592 * If so, we want to allow the send using the uc_index. in raw_sendmsg() 594 if (ipc.oif != inet->uc_index && in raw_sendmsg() 596 inet->uc_index)) { in raw_sendmsg() 597 ipc.oif = inet->uc_index; in raw_sendmsg()
|
H A D | datagram.c | 46 oif = inet->uc_index; in __ip4_datagram_connect()
|
H A D | ip_sockglue.c | 1126 inet->uc_index = 0; in do_ip_setsockopt() 1143 inet->uc_index = ifindex; in do_ip_setsockopt() 1658 val = (__force int)htonl((__u32) inet->uc_index); in do_ip_getsockopt()
|
H A D | udp.c | 1185 ipc.oif = inet->uc_index; in udp_sendmsg() 1186 } else if (ipv4_is_lbcast(daddr) && inet->uc_index) { in udp_sendmsg() 1188 * uc_index is set. oif is most likely set in udp_sendmsg() 1189 * by sk_bound_dev_if. If uc_index != oif check if the in udp_sendmsg() 1190 * oif is an L3 master and uc_index is an L3 slave. in udp_sendmsg() 1191 * If so, we want to allow the send using the uc_index. in udp_sendmsg() 1193 if (ipc.oif != inet->uc_index && in udp_sendmsg() 1195 inet->uc_index)) { in udp_sendmsg() 1196 ipc.oif = inet->uc_index; in udp_sendmsg()
|
H A D | ping.c | 780 ipc.oif = inet->uc_index; in ping_v4_sendmsg()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_client_blt.c | 164 *cs++ = (BLIT_CCTL_SRC_MOCS(gt->mocs.uc_index) | in prepare_blit() 165 BLIT_CCTL_DST_MOCS(gt->mocs.uc_index)); in prepare_blit()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_sock.h | 203 * @uc_index - Unicast outgoing device index 248 int uc_index; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_sock.h | 204 * @uc_index - Unicast outgoing device index 234 int uc_index; member
|