Home
last modified time | relevance | path

Searched refs:hdr_field (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/tools/
H A Dmips-relocs.c22 #define hdr_field(pfx, idx, field) ({ \ macro
87 hdr_field(e, 0, field)
89 hdr_field(p, idx, field)
91 hdr_field(s, idx, field)
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6core.c157 pkt.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6core_get_fwk_versions()
187 pkt.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6core_get_svc_versions()
214 pkt.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in __q6core_is_adsp_ready()
H A Dq6adm.c284 close.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6adm_device_close()
338 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6adm_device_open()
484 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6adm_matrix_map()
H A Dq6afe.c1001 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_set_param()
1055 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_port_set_param_v2()
1211 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_port_stop()
1523 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_port_start()
1670 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_unvote_lpass_core_hw()
1708 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_vote_lpass_core_hw()
H A Dq6asm.c283 hdr->hdr_field = APR_SEQ_CMD_HDR_FIELD; in q6asm_add_hdr()
350 pkt->hdr.hdr_field = APR_SEQ_CMD_HDR_FIELD; in __q6asm_memory_unmap()
458 pkt->hdr.hdr_field = APR_SEQ_CMD_HDR_FIELD; in __q6asm_memory_map_regions()
/openbmc/linux/include/linux/soc/qcom/
H A Dapr.h56 uint16_t hdr_field; member
/openbmc/linux/drivers/soc/qcom/
H A Dapr.c203 ver = APR_HDR_FIELD_VER(hdr->hdr_field); in apr_do_rx_callback()
207 hdr_size = APR_HDR_FIELD_SIZE_BYTES(hdr->hdr_field); in apr_do_rx_callback()
218 msg_type = APR_HDR_FIELD_MT(hdr->hdr_field); in apr_do_rx_callback()
/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c2153 static int build_hdr_data(u8 hdr_field, struct sk_buff *skb, in build_hdr_data() argument
2182 if ((hdr_field >> 6) & 1) { in build_hdr_data()
2188 if ((hdr_field >> 5) & 1) { in build_hdr_data()
2194 if ((hdr_field >> 4) & 1) { in build_hdr_data()
2214 static int create_hdr_descs(u8 hdr_field, u8 *hdr_data, int len, int *hdr_len, in create_hdr_descs() argument
2242 hdr_desc.hdr.flag = hdr_field << 1; in create_hdr_descs()
2267 int *num_entries, u8 hdr_field) in build_hdr_descs_arr() argument
2273 tot_len = build_hdr_data(hdr_field, skb, hdr_len, in build_hdr_descs_arr()
2275 *num_entries += create_hdr_descs(hdr_field, hdr_data, tot_len, hdr_len, in build_hdr_descs_arr()