Home
last modified time | relevance | path

Searched refs:uc_index (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcam.h22 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);
H A Dcam.c165 void rtl_cam_mark_invalid(struct ieee80211_hw *hw, u8 uc_index) in rtl_cam_mark_invalid() argument
190 ul_content = (uc_index & 3) | ((u16) (ul_enc_algo) << 2); in rtl_cam_mark_invalid()
193 ul_command = CAM_CONTENT_COUNT * uc_index; in rtl_cam_mark_invalid()
206 void rtl_cam_empty_entry(struct ieee80211_hw *hw, u8 uc_index) in rtl_cam_empty_entry() argument
236 (uc_index & 0x03) | ((u16) (ul_encalgo) << 2); in rtl_cam_empty_entry()
243 ul_command = CAM_CONTENT_COUNT * uc_index + entry_i; in rtl_cam_empty_entry()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_types.h284 u8 uc_index; member
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c167 *cs++ = (BLIT_CCTL_SRC_MOCS(gt->mocs.uc_index) | in prepare_blit()
168 BLIT_CCTL_DST_MOCS(gt->mocs.uc_index)); in prepare_blit()
/linux/net/ipv4/
H A Dudp.c1249 int uc_index; in udp_sendmsg() local
1370 uc_index = READ_ONCE(inet->uc_index); in udp_sendmsg()
1378 ipc.oif = uc_index; in udp_sendmsg()
1379 } else if (ipv4_is_lbcast(daddr) && uc_index) { in udp_sendmsg()
1386 if (ipc.oif != uc_index && in udp_sendmsg()
1388 uc_index)) { in udp_sendmsg()
1389 ipc.oif = uc_index; in udp_sendmsg()