Searched refs:hdr_field (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | mips-relocs.c | 22 #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 D | q6core.c | 157 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 D | q6adm.c | 284 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 D | q6afe.c | 1001 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 D | q6asm.c | 283 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/drivers/soc/qcom/ |
H A D | apr.c | 203 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/include/linux/soc/qcom/ |
H A D | apr.h | 56 uint16_t hdr_field; member
|
/openbmc/linux/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 2145 * @hdr_field: bitfield determining needed headers 2150 * Reads hdr_field to determine which headers are needed by firmware. 2154 static int build_hdr_data(u8 hdr_field, struct sk_buff *skb, in build_hdr_data() argument 2183 if ((hdr_field >> 6) & 1) { in build_hdr_data() 2189 if ((hdr_field >> 5) & 1) { in build_hdr_data() 2195 if ((hdr_field >> 4) & 1) { in build_hdr_data() 2205 * @hdr_field: bitfield determining needed headers 2215 static int create_hdr_descs(u8 hdr_field, u8 *hdr_data, int len, int *hdr_len, in create_hdr_descs() argument 2243 hdr_desc.hdr.flag = hdr_field << 1; in create_hdr_descs() 2260 * @hdr_field 2268 build_hdr_descs_arr(struct sk_buff * skb,union sub_crq * indir_arr,int * num_entries,u8 hdr_field) build_hdr_descs_arr() argument [all...] |