Searched refs:hdr_field (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/soc/qcom/qdsp6/
H A Dq6core.c157 pkt.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
187 pkt.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
214 pkt.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
H A Dq6adm.c284 close.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
338 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
484 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
H A Dq6afe.c1002 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
1056 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
1212 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
1524 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
1671 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
1709 pkt->hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD,
H A Dq6asm.c284 hdr->hdr_field = APR_SEQ_CMD_HDR_FIELD;
351 pkt->hdr.hdr_field = APR_SEQ_CMD_HDR_FIELD;
459 pkt->hdr.hdr_field = APR_SEQ_CMD_HDR_FIELD;
/linux-master/include/linux/soc/qcom/
H A Dapr.h56 uint16_t hdr_field; member in struct:apr_hdr
/linux-master/drivers/soc/qcom/
H A Dapr.c203 ver = APR_HDR_FIELD_VER(hdr->hdr_field);
207 hdr_size = APR_HDR_FIELD_SIZE_BYTES(hdr->hdr_field);
218 msg_type = APR_HDR_FIELD_MT(hdr->hdr_field);
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c2144 * @hdr_field: bitfield determining needed headers
2149 * Reads hdr_field to determine which headers are needed by firmware.
2153 static int build_hdr_data(u8 hdr_field, struct sk_buff *skb, argument
2182 if ((hdr_field >> 6) & 1) {
2188 if ((hdr_field >> 5) & 1) {
2194 if ((hdr_field >> 4) & 1) {
2204 * @hdr_field: bitfield determining needed headers
2214 static int create_hdr_descs(u8 hdr_field, u8 *hdr_data, int len, int *hdr_len, argument
2242 hdr_desc.hdr.flag = hdr_field << 1;
2259 * @hdr_field
2265 build_hdr_descs_arr(struct sk_buff *skb, union sub_crq *indir_arr, int *num_entries, u8 hdr_field) argument
[all...]

Completed in 212 milliseconds