Searched refs:action_len (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/openvswitch/ |
D | openvswitch_trace.h | 39 __field( unsigned int, action_len ) 64 __entry->action_len = nla_len(a); 78 __entry->action_type, __entry->action_len,
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_guc_relay.c | 209 const u32 *action, u32 action_len, u32 *resp, u32 resp_size) in __relay_get_transaction() argument 213 relay_assert(relay, action_len >= GUC_RELAY_MSG_MIN_LEN); in __relay_get_transaction() 214 relay_assert(relay, action_len <= GUC_RELAY_MSG_MAX_LEN); in __relay_get_transaction() 243 memcpy(&txn->request_buf[txn->offset], action, sizeof(u32) * action_len); in __relay_get_transaction() 244 txn->request_len = action_len; in __relay_get_transaction()
|