Searched refs:bfi_ioc_ctrl_req_s (Results 1 – 2 of 2) sorted by relevance
446 struct bfi_ioc_ctrl_req_s { struct452 #define bfi_ioc_enable_req_t struct bfi_ioc_ctrl_req_s; argument453 #define bfi_ioc_disable_req_t struct bfi_ioc_ctrl_req_s;474 struct bfi_ioc_ctrl_req_s enable_req;475 struct bfi_ioc_ctrl_req_s disable_req;
1795 struct bfi_ioc_ctrl_req_s enable_req; in bfa_ioc_send_enable()1802 bfa_ioc_mbox_send(ioc, &enable_req, sizeof(struct bfi_ioc_ctrl_req_s)); in bfa_ioc_send_enable()1808 struct bfi_ioc_ctrl_req_s disable_req; in bfa_ioc_send_disable()1815 bfa_ioc_mbox_send(ioc, &disable_req, sizeof(struct bfi_ioc_ctrl_req_s)); in bfa_ioc_send_disable()2984 struct bfi_ioc_ctrl_req_s *req = (struct bfi_ioc_ctrl_req_s *) cmd.msg; in bfa_ioc_send_fwsync()