Searched refs:dir_type (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ | 
| D | bnxt_ethtool.c | 1712 			    u16 dir_type,  in bnxt_flash_nvram()  argument1727 	req.dir_type = cpu_to_le16(dir_type);  in bnxt_flash_nvram()
 1752 			       u16 dir_type)  in bnxt_firmware_reset()  argument
 1762 	switch (dir_type) {  in bnxt_firmware_reset()
 1803 			       u16 dir_type,  in bnxt_flash_firmware()  argument
 1813 	switch (dir_type) {  in bnxt_flash_firmware()
 1841 			   dir_type);  in bnxt_flash_firmware()
 1874 	rc = bnxt_flash_nvram(dev, dir_type, BNX_DIR_ORDINAL_FIRST,  in bnxt_flash_firmware()
 1877 		rc = bnxt_firmware_reset(dev, dir_type);  in bnxt_flash_firmware()
 1883 				u16 dir_type,  in bnxt_flash_microcode()  argument
 [all …]
 
 | 
| D | bnxt_devlink.h | 54 	u16 dir_type;  member
 | 
| D | bnxt_fw_hdr.h | 113 	__le16 dir_type;  member
 | 
| D | bnxt_devlink.c | 290 	if (nvm_param.dir_type == BNXT_NVM_PORT_CFG)  in bnxt_hwrm_nvm_req()292 	else if (nvm_param.dir_type == BNXT_NVM_FUNC_CFG)  in bnxt_hwrm_nvm_req()
 
 | 
| D | bnxt_hsi.h | 7545 	__le16	dir_type;  member7614 	__le16	dir_type;  member
 7723 	__le16	dir_type;  member
 
 | 
| /Linux-v5.4/fs/btrfs/ | 
| D | tree-checker.c | 316 		u8 dir_type;  in check_dir_item()  local327 		dir_type = btrfs_dir_type(leaf, di);  in check_dir_item()
 328 		if (dir_type >= BTRFS_FT_MAX) {  in check_dir_item()
 331 				dir_type, BTRFS_FT_MAX);  in check_dir_item()
 336 		    dir_type != BTRFS_FT_XATTR) {  in check_dir_item()
 339 				dir_type, BTRFS_FT_XATTR);  in check_dir_item()
 342 		if (dir_type == BTRFS_FT_XATTR &&  in check_dir_item()
 348 		if (dir_type == BTRFS_FT_XATTR)  in check_dir_item()
 370 		if (data_len && dir_type != BTRFS_FT_XATTR) {  in check_dir_item()
 
 | 
| D | ctree.h | 1786 BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ | 
| D | wmi.h | 1125 enum dir_type {  enum
 |