Searched defs:p_chain (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/qed/ | 
| D | qed_chain.h | 187 static inline u16 qed_chain_get_prod_idx(struct qed_chain *p_chain)  in qed_chain_get_prod_idx()192 static inline u16 qed_chain_get_cons_idx(struct qed_chain *p_chain)  in qed_chain_get_cons_idx()
 197 static inline u32 qed_chain_get_cons_idx_u32(struct qed_chain *p_chain)  in qed_chain_get_cons_idx_u32()
 202 static inline u16 qed_chain_get_elem_left(struct qed_chain *p_chain)  in qed_chain_get_elem_left()
 216 static inline u32 qed_chain_get_elem_left_u32(struct qed_chain *p_chain)  in qed_chain_get_elem_left_u32()
 230 static inline u16 qed_chain_get_usable_per_page(struct qed_chain *p_chain)  in qed_chain_get_usable_per_page()
 235 static inline u8 qed_chain_get_unusable_per_page(struct qed_chain *p_chain)  in qed_chain_get_unusable_per_page()
 240 static inline u32 qed_chain_get_page_cnt(struct qed_chain *p_chain)  in qed_chain_get_page_cnt()
 245 static inline dma_addr_t qed_chain_get_pbl_phys(struct qed_chain *p_chain)  in qed_chain_get_pbl_phys()
 261 qed_chain_advance_page(struct qed_chain *p_chain,  in qed_chain_advance_page()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_spq.c | 254 	struct qed_chain *p_chain = &p_hwfn->p_spq->chain;  in qed_spq_hw_post()  local349 	struct qed_chain *p_chain = &p_eq->chain;  in qed_eq_completion()  local
 
 | 
| D | qed_dev.c | 4610 				    struct qed_chain *p_chain)  in qed_chain_free_next_ptr()4639 				  struct qed_chain *p_chain)  in qed_chain_free_single()
 4649 static void qed_chain_free_pbl(struct qed_dev *cdev, struct qed_chain *p_chain)  in qed_chain_free_pbl()
 4685 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *p_chain)  in qed_chain_free()
 4726 qed_chain_alloc_next_ptr(struct qed_dev *cdev, struct qed_chain *p_chain)  in qed_chain_alloc_next_ptr()
 4760 qed_chain_alloc_single(struct qed_dev *cdev, struct qed_chain *p_chain)  in qed_chain_alloc_single()
 4778 		    struct qed_chain *p_chain,  in qed_chain_alloc_pbl()
 4843 		    struct qed_chain *p_chain,  in qed_chain_alloc()
 
 | 
| /Linux-v5.4/drivers/staging/exfat/ | 
| D | exfat_core.c | 171 		      struct chain_t *p_chain)  in fat_alloc_cluster()225 			struct chain_t *p_chain)  in exfat_alloc_cluster()
 303 void fat_free_cluster(struct super_block *sb, struct chain_t *p_chain,  in fat_free_cluster()
 344 void exfat_free_cluster(struct super_block *sb, struct chain_t *p_chain,  in exfat_free_cluster()
 403 u32 find_last_cluster(struct super_block *sb, struct chain_t *p_chain)  in find_last_cluster()
 424 s32 count_num_clusters(struct super_block *sb, struct chain_t *p_chain)  in count_num_clusters()
 
 |