Searched defs:sxgbe_desc_ops (Results 1 – 1 of 1) sorted by relevance
157 struct sxgbe_desc_ops { struct159 void (*init_tx_desc)(struct sxgbe_tx_norm_desc *p);162 void (*tx_desc_enable_tse)(struct sxgbe_tx_norm_desc *p, u8 is_tse,167 void (*prepare_tx_desc)(struct sxgbe_tx_norm_desc *p, u8 is_fd,171 void (*tx_vlanctl_desc)(struct sxgbe_tx_norm_desc *p, int vlan_ctl);174 void (*set_tx_owner)(struct sxgbe_tx_norm_desc *p);177 int (*get_tx_owner)(struct sxgbe_tx_norm_desc *p);180 void (*close_tx_desc)(struct sxgbe_tx_norm_desc *p);183 void (*release_tx_desc)(struct sxgbe_tx_norm_desc *p);188 void (*clear_tx_ic)(struct sxgbe_tx_norm_desc *p);[all …]