Searched refs:uc_index (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | cam.c | 165 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()
|
| 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);
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_types.h | 284 u8 uc_index; member
|
| /linux/net/ipv4/ |
| H A D | datagram.c | 46 oif = READ_ONCE(inet->uc_index); in __ip4_datagram_connect()
|
| H A D | udp.c | 1290 int uc_index; in udp_sendmsg() local 1411 uc_index = READ_ONCE(inet->uc_index); in udp_sendmsg() 1419 ipc.oif = uc_index; in udp_sendmsg() 1420 } else if (ipv4_is_lbcast(daddr) && uc_index) { in udp_sendmsg() 1427 if (ipc.oif != uc_index && in udp_sendmsg() 1429 uc_index)) { in udp_sendmsg() 1430 ipc.oif = uc_index; in udp_sendmsg()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 679 mocs = FIELD_PREP(XE2_XY_CTRL_SURF_MOCS_INDEX_MASK, gt->mocs.uc_index); in emit_copy_ccs() 687 mocs = FIELD_PREP(XY_CTRL_SURF_MOCS_MASK, gt->mocs.uc_index); in emit_copy_ccs() 717 mocs = FIELD_PREP(XE2_XY_FAST_COPY_BLT_MOCS_INDEX_MASK, gt->mocs.uc_index); in emit_xy_fast_copy() 773 bb->cs[bb->len++] = FIELD_PREP(MEM_COPY_SRC_MOCS_INDEX_MASK, gt->mocs.uc_index) | in emit_mem_copy() 774 FIELD_PREP(MEM_COPY_DST_MOCS_INDEX_MASK, gt->mocs.uc_index); in emit_mem_copy() 1350 *cs++ = FIELD_PREP(XE2_MEM_SET_MOCS_INDEX_MASK, gt->mocs.uc_index); in emit_clear_link_copy() 1352 *cs++ = FIELD_PREP(PVC_MEM_SET_MOCS_INDEX_MASK, gt->mocs.uc_index); in emit_clear_link_copy() 1372 *cs++ = FIELD_PREP(XE2_XY_FAST_COLOR_BLT_MOCS_INDEX_MASK, gt->mocs.uc_index) | in emit_clear_main_copy() 1375 *cs++ = FIELD_PREP(XY_FAST_COLOR_BLT_MOCS_MASK, gt->mocs.uc_index) | in emit_clear_main_copy()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_mocs.c | 35 kunit_info(test, "table uc_index %d", arg->table.uc_index); in live_mocs_init()
|