Searched defs:sxgbe_desc_ops (Results 1 – 1 of 1) sorted by relevance
160 struct sxgbe_desc_ops { struct162 void (*init_tx_desc)(struct sxgbe_tx_norm_desc *p);165 void (*tx_desc_enable_tse)(struct sxgbe_tx_norm_desc *p, u8 is_tse,170 void (*prepare_tx_desc)(struct sxgbe_tx_norm_desc *p, u8 is_fd,174 void (*tx_vlanctl_desc)(struct sxgbe_tx_norm_desc *p, int vlan_ctl);177 void (*set_tx_owner)(struct sxgbe_tx_norm_desc *p);180 int (*get_tx_owner)(struct sxgbe_tx_norm_desc *p);183 void (*close_tx_desc)(struct sxgbe_tx_norm_desc *p);186 void (*release_tx_desc)(struct sxgbe_tx_norm_desc *p);191 void (*clear_tx_ic)(struct sxgbe_tx_norm_desc *p);[all …]