Searched refs:boolean_t (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/e1000/
H A De1000.h191 boolean_t last_tx_tso;
286 boolean_t pcix_82544;
287 boolean_t detect_tx_hung;
291 boolean_t (*clean_rx) (struct e1000_adapter *adapter,
295 boolean_t (*clean_rx) (struct e1000_adapter *adapter,
314 boolean_t rx_csum;
337 boolean_t have_msi;
340 boolean_t tso_force;
341 boolean_t smart_power_down; /* phy smart power down */
342 boolean_t quad_port_
[all...]
H A De1000_hw.h104 boolean_t modified;
277 boolean_t use_eerd;
278 boolean_t use_eewr;
394 boolean_t e1000_check_mng_mode(struct e1000_hw *hw);
395 boolean_t e1000_enable_tx_pkt_filtering(struct e1000_hw *hw);
1419 boolean_t tx_pkt_filtering;
1444 boolean_t disable_polarity_correction;
1445 boolean_t speed_downgraded;
1448 boolean_t get_link_status;
1449 boolean_t serdes_link_dow
[all...]
H A De1000_osdep.h49 } boolean_t; typedef in typeref:enum:__anon5427
H A De1000_main.c162 static boolean_t e1000_clean_tx_irq(struct e1000_adapter *adapter,
166 static boolean_t e1000_clean_rx_irq(struct e1000_adapter *adapter,
169 static boolean_t e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
173 static boolean_t e1000_clean_rx_irq(struct e1000_adapter *adapter,
175 static boolean_t e1000_clean_rx_irq_ps(struct e1000_adapter *adapter,
668 boolean_t legacy_pba_adjust = FALSE;
1512 static boolean_t
2586 boolean_t txb2b = 1;
2942 static boolean_t
3913 static boolean_t
[all...]
H A De1000_hw.c49 static int32_t e1000_config_dsp_after_link_change(struct e1000_hw *hw, boolean_t link_up);
65 static boolean_t e1000_is_onboard_nvm_eeprom(struct e1000_hw *hw);
87 static int32_t e1000_set_d3_lplu_state(struct e1000_hw *hw, boolean_t active);
88 static int32_t e1000_set_d0_lplu_state(struct e1000_hw *hw, boolean_t active);
4021 boolean_t match = FALSE;
5148 static boolean_t
5513 boolean_t sector_write_failed = FALSE;
6944 boolean_t link_up)
7177 boolean_t active)
7307 boolean_t activ
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb.h176 boolean_t tx_int_delay_enable;
177 boolean_t detect_tx_hung;
184 boolean_t rx_csum;
196 boolean_t have_msi;
H A Dixgb_ee.c39 static boolean_t ixgb_wait_eeprom_command(struct ixgb_hw *hw);
285 static boolean_t
325 boolean_t
463 boolean_t
509 static boolean_t
H A Dixgb_ee.h100 boolean_t ixgb_validate_eeprom_checksum(struct ixgb_hw *hw);
H A Dixgb_osdep.h47 } boolean_t; typedef in typeref:enum:__anon5488
H A Dixgb_hw.h652 (boolean_t)(((uint8_t *)(Address))[0] & ((uint8_t)0x01))
665 boolean_t send_xon; /* Flow control send XON */
702 boolean_t link_up; /* TRUE if link is valid */
703 boolean_t adapter_stopped; /* State of adapter */
785 extern boolean_t ixgb_adapter_stop(struct ixgb_hw *hw);
786 extern boolean_t ixgb_init_hw(struct ixgb_hw *hw);
787 extern boolean_t ixgb_adapter_start(struct ixgb_hw *hw);
789 extern boolean_t ixgb_check_for_bad_link(struct ixgb_hw *hw);
811 boolean_t ixgb_get_eeprom_data(struct ixgb_hw *hw);
H A Dixgb_hw.c44 static boolean_t ixgb_link_reset(struct ixgb_hw *hw);
61 static boolean_t ixgb_setup_fc(struct ixgb_hw *hw);
63 static boolean_t mac_addr_valid(uint8_t *mac_addr);
104 boolean_t
275 boolean_t
280 boolean_t status;
646 static boolean_t
651 boolean_t status = TRUE;
959 boolean_t ixgb_check_for_bad_link(struct ixgb_hw *hw)
962 boolean_t bad_link_returncod
[all...]
H A Dixgb_main.c70 void ixgb_down(struct ixgb_adapter *adapter, boolean_t kill_watchdog);
97 static boolean_t ixgb_clean_tx_irq(struct ixgb_adapter *adapter);
101 static boolean_t ixgb_clean_rx_irq(struct ixgb_adapter *adapter,
104 static boolean_t ixgb_clean_rx_irq(struct ixgb_adapter *adapter);
299 ixgb_down(struct ixgb_adapter *adapter, boolean_t kill_watchdog)
1234 static boolean_t
1804 static boolean_t
1812 boolean_t cleaned = FALSE;
1924 static boolean_t
1938 boolean_t cleane
[all...]
H A Dixgb_ethtool.c39 extern void ixgb_down(struct ixgb_adapter *adapter, boolean_t kill_watchdog);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_ialloc.h94 boolean_t *alloc_done, /* an allocation was done to replenish
H A Dxfs_types.h43 typedef enum { B_FALSE,B_TRUE } boolean_t; typedef in typeref:enum:__anon7702
H A Dxfs_utils.c145 boolean_t call_again = B_FALSE;
H A Dxfs_vfsops.c915 boolean_t mount_locked;
916 boolean_t vnode_refed;
921 boolean_t ipointer_in = B_FALSE;
H A Dxfs_inode.h512 int, struct xfs_buf **, boolean_t *, xfs_inode_t **);
H A Dxfs_vnodeops.c1867 boolean_t dp_joined_to_trans;
2787 boolean_t dp_joined_to_trans;
2788 boolean_t created = B_FALSE;
3293 boolean_t dp_joined_to_trans;
H A Dxfs_log.c116 int count, boolean_t syncing);
3436 boolean_t syncing)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.h177 extern boolean_t xfs_qm_dqalloc_incore(xfs_dquot_t **);
H A Dxfs_qm_syscalls.c67 STATIC int xfs_qm_scall_quotaoff(xfs_mount_t *, uint, boolean_t);
205 boolean_t force)
524 boolean_t tempuqip, tempgqip;
1037 boolean_t vnode_refd;
1345 boolean_t ipreleased;
H A Dxfs_dquot.c91 boolean_t brandnewdquot;
527 boolean_t newdquot;
H A Dxfs_qm.c1037 boolean_t nowait;
1044 nowait = (boolean_t)(flags & SYNC_BDFLUSH || (flags & SYNC_WAIT) == 0);
2345 boolean_t
H A Dxfs_trans_dquot.c541 boolean_t locked;

Completed in 382 milliseconds

12