Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dmailbox.c533 uint8_t mbox_index, bool upload) in hif_dev_map_mail_box_to_pipe() argument
535 if (mbox_index == 0) in hif_dev_map_mail_box_to_pipe()
537 else if (mbox_index == 1) in hif_dev_map_mail_box_to_pipe()
540 hif_err("mbox_index=%d, upload=%d invalid", mbox_index, upload); in hif_dev_map_mail_box_to_pipe()
558 uint8_t mbox_index = INVALID_MAILBOX_NUMBER; in hif_get_send_address() local
563 mbox_index = hif_dev_map_pipe_to_mail_box(pdev, pipe); in hif_get_send_address()
565 if (mbox_index == INVALID_MAILBOX_NUMBER) in hif_get_send_address()
568 *addr = pdev->MailBoxInfo.mbox_prop[mbox_index].extended_address; in hif_get_send_address()
632 uint32_t mbox_index) in hif_dev_recv_packet() argument
656 padded_length, mbox_index); in hif_dev_recv_packet()
[all …]