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

/linux-4.4.14/drivers/block/
H A Drbd_types.h69 __u8 comp_type; member in struct:rbd_image_header_ondisk::__anon3660
H A Drbd.c145 __u8 comp_type; member in struct:rbd_image_header
990 header->comp_type = ondisk->options.comp_type; rbd_header_from_disk()
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2800lib.c3552 u8 comp_type; rt2800_get_txpower_bw_comp() local
3568 comp_type = rt2x00_get_field16(eeprom, rt2800_get_txpower_bw_comp()
3572 if (!comp_type) rt2800_get_txpower_bw_comp()
3579 comp_type = rt2x00_get_field16(eeprom, rt2800_get_txpower_bw_comp()
3583 if (!comp_type) rt2800_get_txpower_bw_comp()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h2135 u32 bnx2x_dmae_opcode_add_comp(u32 opcode, u8 comp_type);
2138 bool with_comp, u8 comp_type);
H A Dbnx2x_main.c469 u32 bnx2x_dmae_opcode_add_comp(u32 opcode, u8 comp_type) bnx2x_dmae_opcode_add_comp() argument
471 return opcode | ((comp_type << DMAE_COMMAND_C_DST_SHIFT) | bnx2x_dmae_opcode_add_comp()
481 bool with_comp, u8 comp_type) bnx2x_dmae_opcode()
501 opcode = bnx2x_dmae_opcode_add_comp(opcode, comp_type); bnx2x_dmae_opcode()
480 bnx2x_dmae_opcode(struct bnx2x *bp, u8 src_type, u8 dst_type, bool with_comp, u8 comp_type) bnx2x_dmae_opcode() argument

Completed in 742 milliseconds