isci: unify phy frame handlers
Unify the implementations in scic_sds_phy_frame_handler(), and kill the state handler Reported-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
parent
35b317bec5
commit
c4441abc25
2 changed files with 93 additions and 179 deletions
|
@ -511,11 +511,6 @@ typedef enum sci_status (*scic_sds_phy_frame_handler_t)(struct scic_sds_phy *, u
|
|||
typedef enum sci_status (*scic_sds_phy_power_handler_t)(struct scic_sds_phy *);
|
||||
|
||||
struct scic_sds_phy_state_handler {
|
||||
/**
|
||||
* The state handler for unsolicited frames received from the SCU hardware.
|
||||
*/
|
||||
scic_sds_phy_frame_handler_t frame_handler;
|
||||
|
||||
/**
|
||||
* The state handler for events received from the SCU hardware.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue