Searched refs:uc_index (Results 1 – 5 of 5) sorted by relevance
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);
165 void rtl_cam_mark_invalid(struct ieee80211_hw *hw, u8 uc_index) in rtl_cam_mark_invalid() argument190 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() argument236 (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()
284 u8 uc_index; member
167 *cs++ = (BLIT_CCTL_SRC_MOCS(gt->mocs.uc_index) | in prepare_blit()168 BLIT_CCTL_DST_MOCS(gt->mocs.uc_index)); in prepare_blit()
1249 int uc_index; in udp_sendmsg() local1370 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()