Searched refs:check (Results 101 - 116 of 116) sorted by relevance

12345

/drivers/media/i2c/
H A Dadv7604.c359 u8 command, bool check)
367 if (check)
358 adv_smbus_read_byte_data_check(struct i2c_client *client, u8 command, bool check) argument
H A Dadv7842.c247 u8 command, bool check)
255 if (check)
246 adv_smbus_read_byte_data_check(struct i2c_client *client, u8 command, bool check) argument
/drivers/net/ethernet/broadcom/
H A Dtg3.c183 * is built into the normal double copy length check for efficiency.
1035 /* check for phy events */
1041 /* check for TX work to do */
1045 /* check for RX work to do */
1065 /* When doing tagged status, this work check is unnecessary.
5877 /* do nothing, just check for link up at the end */
7066 * ordered correctly WRT the skb check above.
7124 * ordered correctly WRT the skb check above.
7237 /* check for RX/TX work to do */
7463 /* MSI ISR - No need to check fo
[all...]
/drivers/net/ethernet/freescale/
H A Dgianfar.c1155 * to allow huge frames, and to check the length
2128 fcb->phcs = udp_hdr(skb)->check;
2130 fcb->phcs = tcp_hdr(skb)->check;
2213 /* check if time stamp should be generated */
2243 /* check if there is space to queue this packet */
2773 /* There's need to check for NETIF_F_HW_VLAN_CTAG_RX here.
H A Dfec_main.c352 ip_hdr(skb)->check = 0;
996 /* Enable flow control and length check */
1482 /* don't check it */
1898 /* check for attached phy */
2775 * MAC address filtering. Some of the drivers check to make sure it is
/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c2012 offsetof(struct udphdr, check);
2020 offsetof(struct tcphdr, check);
/drivers/net/usb/
H A Dr8152.c1424 th->check = 0;
1425 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
/drivers/net/ethernet/realtek/
H A Dr8169.c892 bool (*check)(struct rtl8169_private *); member in struct:rtl_cond
909 if (c->check(tp) == high)
949 .check = name ## _check, \
6906 th->check = 0;
6907 th->check = ~tcp_v6_check(0, &ipv6h->saddr, &ipv6h->daddr, 0);
8092 /* check for weird/broken PCI region reporting */
/drivers/md/
H A Draid5.c576 * Need to check if array has failed when deciding whether to:
582 * However if there is a reshape, we need to carefully check
804 * need to check for writes. We never accept write errors
805 * on the replacement, so we don't to check rrdev.
1022 /* and check if we need to reply to a read request,
1506 /* check if prexor is active which means only process blocks
2422 sector_t new_sector = sh->sector, check; local
2526 check = raid5_compute_sector(conf, r_sector,
2528 if (check != sh->sector || dummy1 != dd_idx || sh2.pd_idx != sh->pd_idx
2670 /* check i
[all...]
/drivers/net/ethernet/intel/igb/
H A Digb_main.c3530 /* if it isn't the PF check to see if VFs are enabled and
4118 * igb_has_link - check shared code for link and determine up/down
4163 /* check for thermal sensor event on i350 copper only */
4177 * igb_check_lvmmc - check for malformed packets received
4275 /* check if SmartSpeed worked */
4280 /* check for thermal sensor event */
4311 /* check for thermal sensor event */
4329 /* link is down, time to check for alternate media */
4341 /* also check for alternate media here */
4664 iph->check
[all...]
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c308 /* The following check not only optimizes a bit by not
1017 * check AND there is at least one packet pending. The
1352 * ixgbe_rx_is_fcoe - check the rx desc for incoming pkt type
2317 * ixgbe_check_overtemp_subtask - check for over temperature
2338 * we don't have to check if:
2341 * check if we got a LSC
2395 * Need to check link state so complete overtemp check
4700 * If this adapter has a fan, check to see if we had a failure
5976 * ixgbe_check_hang_subtask - check fo
[all...]
/drivers/memstick/core/
H A Dms_block.c2197 card->check = msb_check_card;
2381 MODULE_PARM_DESC(verify_writes, "Read back and check all data that is written");
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h78 #define BNX2X_MSG_IDLE 0x2000000 /* used for idle check*/
906 #define SKB_CS_OFF(skb) (offsetof(struct tcphdr, check) - \
H A Dbnx2x_sriov.c888 vlan_count = bp->vlans_pool.check(&bp->vlans_pool);
1241 /* check if SRIOV support is turned off */
1262 BNX2X_ERR("ARI not supported (check pci bridge ARI forwarding), SRIOV can not be enabled\n");
1818 /* check if the cid is the VF range */
H A Dbnx2x_sp.c217 /* Sanity check */
687 /* check if configuration can be added */
1139 * bnx2x_validate_vlan_mac_add - check if an ADD command can be executed
1188 * bnx2x_validate_vlan_mac_del - check if the DEL command can be executed
1191 * @qo: quable object to check
1247 * bnx2x_validate_vlan_mac_move - check if the MOVE command can be executed
1250 * @qo: quable object to check (source)
3877 p->check = bnx2x_credit_pool_check;
4185 BNX2X_ERR("check transition returned an error. rc %d\n", rc);
4998 * bnx2x_queue_chk_transition - check stat
[all...]
/drivers/net/ethernet/neterion/
H A Ds2io.c15 * check in the s2io_xmit routine and also some
2833 * This function will be called by upper layer to check for events on the
2863 /* check for received packet and indicate up to network */
3175 * s2io_chk_xpak_counter - Function to check the status of the xpak counters
3180 * This function is to check the status of the xpak counters value
3378 * Description: Function to check if the pci device id is supported by driver.
4475 /*check for pfc_err*/
4488 /*check for tda_err*/
4500 /*check for pcc_err*/
4515 /*check fo
[all...]

Completed in 441 milliseconds

12345