Home
last modified time | relevance | path

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

/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.c159 close.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6adm_device_close()
341 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6adm_device_open()
480 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6adm_matrix_map()
H A Dq6afe.c1095 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_set_param()
1147 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_port_set_param_v2()
1301 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_port_stop()
1704 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_port_start()
1851 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_unvote_lpass_core_hw()
1886 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, in q6afe_vote_lpass_core_hw()
H A Dq6asm.c286 hdr->hdr_field = APR_SEQ_CMD_HDR_FIELD; in q6asm_add_hdr()
352 pkt->hdr.hdr_field = APR_SEQ_CMD_HDR_FIELD; in __q6asm_memory_unmap()
456 pkt->hdr.hdr_field = APR_SEQ_CMD_HDR_FIELD; in __q6asm_memory_map_regions()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c2167 static int get_hdr_lens(u8 hdr_field, struct sk_buff *skb, in get_hdr_lens() argument
2173 if ((hdr_field >> 6) & 1) { in get_hdr_lens()
2178 if ((hdr_field >> 5) & 1) { in get_hdr_lens()
2183 if (!((hdr_field >> 4) & 1)) in get_hdr_lens()
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()
2266 int *num_entries, u8 hdr_field) in build_hdr_descs_arr() argument
2271 tot_len = get_hdr_lens(hdr_field, skb, hdr_len); in build_hdr_descs_arr()
2272 *num_entries += create_hdr_descs(hdr_field, skb_mac_header(skb), in build_hdr_descs_arr()