Searched refs:cxgbit_sgl_len (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c93 * cxgbit_sgl_len - calculates the size of an SGL of the given capacity
98 static inline unsigned int cxgbit_sgl_len(unsigned int n) function
122 return flits + cxgbit_sgl_len(cnt);

Completed in 189 milliseconds