Home
last modified time | relevance | path

Searched defs:send_mbox (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/ !
H A Dhinic_hw_mbox.c650 struct hinic_send_mbox *send_mbox; in hinic_mbox_self_aeqe_handler() local
759 struct hinic_send_mbox *send_mbox = &func_to_func->send_mbox; in wait_for_mbox_seg_completion() local
800 struct hinic_send_mbox *send_mbox = &func_to_func->send_mbox; in send_mbox_seg() local
1187 struct hinic_send_mbox *send_mbox = &func_to_func->send_mbox; in prepare_send_mbox() local
1194 struct hinic_send_mbox *send_mbox = &func_to_func->send_mbox; in alloc_mbox_wb_status() local
1220 struct hinic_send_mbox *send_mbox = &func_to_func->send_mbox; in free_mbox_wb_status() local
H A Dhinic_hw_mbox.h94 struct hinic_send_mbox send_mbox; member
/linux/drivers/net/ethernet/huawei/hinic3/ !
H A Dhinic3_mbox.c351 struct hinic3_send_mbox *send_mbox = &mbox->send_mbox; in prepare_send_mbox() local
358 struct hinic3_send_mbox *send_mbox = &mbox->send_mbox; in alloc_mbox_wb_status() local
381 struct hinic3_send_mbox *send_mbox = &mbox->send_mbox; in free_mbox_wb_status() local
645 struct hinic3_send_mbox *send_mbox = &mbox->send_mbox; in send_mbox_seg() local
H A Dhinic3_mbox.h117 struct hinic3_send_mbox send_mbox; member
/linux/drivers/isdn/hardware/mISDN/ !
H A DmISDNisar.c57 send_mbox(struct isar_hw *isar, u8 his, u8 creg, u8 len, u8 *msg) in send_mbox() function